ViewBillingResponse constructor
ViewBillingResponse({
- List<
BillingRecord> ? billingRecords, - String? nextPageMarker,
Implementation
ViewBillingResponse({
this.billingRecords,
this.nextPageMarker,
});