GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary constructor
GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary({
- List<
GoogleAdsSearchads360V23ResourcesInvoiceAdjustmentSummary> ? adjustmentSummaries, - String? billingCorrectionSubtotalAmountMicros,
- String? billingCorrectionTaxAmountMicros,
- String? billingCorrectionTotalAmountMicros,
- String? couponAdjustmentSubtotalAmountMicros,
- String? couponAdjustmentTaxAmountMicros,
- String? couponAdjustmentTotalAmountMicros,
- String? customer,
- String? excessCreditAdjustmentSubtotalAmountMicros,
- String? excessCreditAdjustmentTaxAmountMicros,
- String? excessCreditAdjustmentTotalAmountMicros,
- String? exportChargeSubtotalAmountMicros,
- String? exportChargeTaxAmountMicros,
- String? exportChargeTotalAmountMicros,
- List<
GoogleAdsSearchads360V23ResourcesInvoiceRegulatoryCostSummary> ? regulatoryCostSummaries, - String? regulatoryCostsSubtotalAmountMicros,
- String? regulatoryCostsTaxAmountMicros,
- String? regulatoryCostsTotalAmountMicros,
- String? subtotalAmountMicros,
- String? taxAmountMicros,
- 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,
});