ViewBillingResponse constructor

ViewBillingResponse({
  1. List<BillingRecord>? billingRecords,
  2. String? nextPageMarker,
})

Implementation

ViewBillingResponse({
  this.billingRecords,
  this.nextPageMarker,
});