GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary class

Represents a summarized view at account level.

Constructors

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})
GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary.fromJson(Map json_)

Properties

adjustmentSummaries List<GoogleAdsSearchads360V23ResourcesInvoiceAdjustmentSummary>?
The list of adjustment information associated with this account.
getter/setter pair
billingCorrectionSubtotalAmountMicros String?
Pretax billing correction subtotal amount, in micros.
getter/setter pair
billingCorrectionTaxAmountMicros String?
Tax on billing correction, in micros.
getter/setter pair
billingCorrectionTotalAmountMicros String?
Total billing correction amount, in micros.
getter/setter pair
couponAdjustmentSubtotalAmountMicros String?
Pretax coupon adjustment subtotal amount, in micros.
getter/setter pair
couponAdjustmentTaxAmountMicros String?
Tax on coupon adjustment, in micros.
getter/setter pair
couponAdjustmentTotalAmountMicros String?
Total coupon adjustment amount, in micros.
getter/setter pair
customer String?
The account associated with the account summary.
getter/setter pair
excessCreditAdjustmentSubtotalAmountMicros String?
Pretax excess credit adjustment subtotal amount, in micros.
getter/setter pair
excessCreditAdjustmentTaxAmountMicros String?
Tax on excess credit adjustment, in micros.
getter/setter pair
excessCreditAdjustmentTotalAmountMicros String?
Total excess credit adjustment amount, in micros.
getter/setter pair
exportChargeSubtotalAmountMicros String?
Pretax export charge subtotal amount, in micros.
getter/setter pair
exportChargeTaxAmountMicros String?
Tax on export charge, in micros.
getter/setter pair
exportChargeTotalAmountMicros String?
Total export charge amount, in micros.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
regulatoryCostsSubtotalAmountMicros String?
Pretax regulatory costs subtotal amount, in micros.
getter/setter pair
regulatoryCostsTaxAmountMicros String?
Tax on regulatory costs, in micros.
getter/setter pair
regulatoryCostsTotalAmountMicros String?
Total regulatory costs amount, in micros.
getter/setter pair
regulatoryCostSummaries List<GoogleAdsSearchads360V23ResourcesInvoiceRegulatoryCostSummary>?
The list of regulatory cost information associated with this account.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtotalAmountMicros String?
Total pretax subtotal amount attributable to the account during the service period, in micros.
getter/setter pair
taxAmountMicros String?
Total tax amount attributable to the account during the service period, in micros.
getter/setter pair
totalAmountMicros String?
Total amount attributable to the account during the service period, in micros.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited