GoogleAdsSearchads360V23ResourcesInvoiceAccountBudgetSummary class

Represents a summarized account budget billable cost.

Constructors

GoogleAdsSearchads360V23ResourcesInvoiceAccountBudgetSummary({String? accountBudget, String? accountBudgetName, GoogleAdsSearchads360V23CommonDateRange? billableActivityDateRange, String? billedAmountMicros, List<GoogleAdsSearchads360V23ResourcesInvoiceCampaignSummary>? campaignSummaries, String? customer, String? customerDescriptiveName, String? invalidActivityAmountMicros, List<GoogleAdsSearchads360V23ResourcesInvoiceInvalidActivitySummary>? invalidActivitySummaries, String? overdeliveryAmountMicros, String? purchaseOrderNumber, String? servedAmountMicros, String? subtotalAmountMicros, String? taxAmountMicros, String? totalAmountMicros})
GoogleAdsSearchads360V23ResourcesInvoiceAccountBudgetSummary.fromJson(Map json_)

Properties

accountBudget String?
The resource name of the account budget associated with this summarized billable cost.
getter/setter pair
accountBudgetName String?
The name of the account budget.
getter/setter pair
billableActivityDateRange GoogleAdsSearchads360V23CommonDateRange?
The billable activity date range of the account budget, within the service date range of this invoice.
getter/setter pair
billedAmountMicros String?
The pretax billed amount attributable to this budget during the service period, in micros.
getter/setter pair
campaignSummaries List<GoogleAdsSearchads360V23ResourcesInvoiceCampaignSummary>?
The list of summarized campaign level information associated with this account budget.
getter/setter pair
customer String?
The resource name of the customer associated with this account budget.
getter/setter pair
customerDescriptiveName String?
The descriptive name of the account budget's customer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invalidActivityAmountMicros String?
The pretax invalid activity amount attributable to this budget in previous months, in micros (negative value).
getter/setter pair
invalidActivitySummaries List<GoogleAdsSearchads360V23ResourcesInvoiceInvalidActivitySummary>?
The list of summarized invalid activity credits with original linkages.
getter/setter pair
overdeliveryAmountMicros String?
The pretax overdelivery amount attributable to this budget during the service period, in micros (negative value).
getter/setter pair
purchaseOrderNumber String?
The purchase order number of the account budget.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servedAmountMicros String?
The pretax served amount attributable to this budget during the service period, in micros.
getter/setter pair
subtotalAmountMicros String?
The pretax subtotal amount attributable to this budget during the service period, in micros.
getter/setter pair
taxAmountMicros String?
The tax amount attributable to this budget during the service period, in micros.
getter/setter pair
totalAmountMicros String?
The total amount attributable to this budget 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