GoogleAdsSearchads360V23ResourcesInvoice constructor

GoogleAdsSearchads360V23ResourcesInvoice({
  1. List<GoogleAdsSearchads360V23ResourcesInvoiceAccountBudgetSummary>? accountBudgetSummaries,
  2. List<GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary>? accountSummaries,
  3. String? adjustmentsSubtotalAmountMicros,
  4. String? adjustmentsTaxAmountMicros,
  5. String? adjustmentsTotalAmountMicros,
  6. String? billingSetup,
  7. String? correctedInvoice,
  8. String? currencyCode,
  9. String? dueDate,
  10. String? exportChargeSubtotalAmountMicros,
  11. String? exportChargeTaxAmountMicros,
  12. String? exportChargeTotalAmountMicros,
  13. String? id,
  14. String? issueDate,
  15. String? paymentsAccountId,
  16. String? paymentsProfileId,
  17. String? pdfUrl,
  18. String? regulatoryCostsSubtotalAmountMicros,
  19. String? regulatoryCostsTaxAmountMicros,
  20. String? regulatoryCostsTotalAmountMicros,
  21. List<String>? replacedInvoices,
  22. String? resourceName,
  23. GoogleAdsSearchads360V23CommonDateRange? serviceDateRange,
  24. String? subtotalAmountMicros,
  25. String? taxAmountMicros,
  26. String? totalAmountMicros,
  27. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesInvoice({
  this.accountBudgetSummaries,
  this.accountSummaries,
  this.adjustmentsSubtotalAmountMicros,
  this.adjustmentsTaxAmountMicros,
  this.adjustmentsTotalAmountMicros,
  this.billingSetup,
  this.correctedInvoice,
  this.currencyCode,
  this.dueDate,
  this.exportChargeSubtotalAmountMicros,
  this.exportChargeTaxAmountMicros,
  this.exportChargeTotalAmountMicros,
  this.id,
  this.issueDate,
  this.paymentsAccountId,
  this.paymentsProfileId,
  this.pdfUrl,
  this.regulatoryCostsSubtotalAmountMicros,
  this.regulatoryCostsTaxAmountMicros,
  this.regulatoryCostsTotalAmountMicros,
  this.replacedInvoices,
  this.resourceName,
  this.serviceDateRange,
  this.subtotalAmountMicros,
  this.taxAmountMicros,
  this.totalAmountMicros,
  this.type,
});