GoogleAdsSearchads360V23ResourcesInvoiceAccountBudgetSummary constructor
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,
Implementation
GoogleAdsSearchads360V23ResourcesInvoiceAccountBudgetSummary({
this.accountBudget,
this.accountBudgetName,
this.billableActivityDateRange,
this.billedAmountMicros,
this.campaignSummaries,
this.customer,
this.customerDescriptiveName,
this.invalidActivityAmountMicros,
this.invalidActivitySummaries,
this.overdeliveryAmountMicros,
this.purchaseOrderNumber,
this.servedAmountMicros,
this.subtotalAmountMicros,
this.taxAmountMicros,
this.totalAmountMicros,
});