GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary constructor

GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary({
  1. List<GoogleAdsSearchads360V23ResourcesInvoiceAdjustmentSummary>? adjustmentSummaries,
  2. String? billingCorrectionSubtotalAmountMicros,
  3. String? billingCorrectionTaxAmountMicros,
  4. String? billingCorrectionTotalAmountMicros,
  5. String? couponAdjustmentSubtotalAmountMicros,
  6. String? couponAdjustmentTaxAmountMicros,
  7. String? couponAdjustmentTotalAmountMicros,
  8. String? customer,
  9. String? excessCreditAdjustmentSubtotalAmountMicros,
  10. String? excessCreditAdjustmentTaxAmountMicros,
  11. String? excessCreditAdjustmentTotalAmountMicros,
  12. String? exportChargeSubtotalAmountMicros,
  13. String? exportChargeTaxAmountMicros,
  14. String? exportChargeTotalAmountMicros,
  15. List<GoogleAdsSearchads360V23ResourcesInvoiceRegulatoryCostSummary>? regulatoryCostSummaries,
  16. String? regulatoryCostsSubtotalAmountMicros,
  17. String? regulatoryCostsTaxAmountMicros,
  18. String? regulatoryCostsTotalAmountMicros,
  19. String? subtotalAmountMicros,
  20. String? taxAmountMicros,
  21. String? totalAmountMicros,
})

Implementation

GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary({
  this.adjustmentSummaries,
  this.billingCorrectionSubtotalAmountMicros,
  this.billingCorrectionTaxAmountMicros,
  this.billingCorrectionTotalAmountMicros,
  this.couponAdjustmentSubtotalAmountMicros,
  this.couponAdjustmentTaxAmountMicros,
  this.couponAdjustmentTotalAmountMicros,
  this.customer,
  this.excessCreditAdjustmentSubtotalAmountMicros,
  this.excessCreditAdjustmentTaxAmountMicros,
  this.excessCreditAdjustmentTotalAmountMicros,
  this.exportChargeSubtotalAmountMicros,
  this.exportChargeTaxAmountMicros,
  this.exportChargeTotalAmountMicros,
  this.regulatoryCostSummaries,
  this.regulatoryCostsSubtotalAmountMicros,
  this.regulatoryCostsTaxAmountMicros,
  this.regulatoryCostsTotalAmountMicros,
  this.subtotalAmountMicros,
  this.taxAmountMicros,
  this.totalAmountMicros,
});