GoogleAdsSearchads360V23ResourcesInvoice constructor
GoogleAdsSearchads360V23ResourcesInvoice({
- List<
GoogleAdsSearchads360V23ResourcesInvoiceAccountBudgetSummary> ? accountBudgetSummaries, - List<
GoogleAdsSearchads360V23ResourcesInvoiceAccountSummary> ? accountSummaries, - String? adjustmentsSubtotalAmountMicros,
- String? adjustmentsTaxAmountMicros,
- String? adjustmentsTotalAmountMicros,
- String? billingSetup,
- String? correctedInvoice,
- String? currencyCode,
- String? dueDate,
- String? exportChargeSubtotalAmountMicros,
- String? exportChargeTaxAmountMicros,
- String? exportChargeTotalAmountMicros,
- String? id,
- String? issueDate,
- String? paymentsAccountId,
- String? paymentsProfileId,
- String? pdfUrl,
- String? regulatoryCostsSubtotalAmountMicros,
- String? regulatoryCostsTaxAmountMicros,
- String? regulatoryCostsTotalAmountMicros,
- List<
String> ? replacedInvoices, - String? resourceName,
- GoogleAdsSearchads360V23CommonDateRange? serviceDateRange,
- String? subtotalAmountMicros,
- String? taxAmountMicros,
- String? totalAmountMicros,
- String? type,
Implementation
GoogleAdsSearchads360V23ResourcesInvoice({
this.accountBudgetSummaries,
this.accountSummaries,
this.adjustmentsSubtotalAmountMicros,
this.adjustmentsTaxAmountMicros,
this.adjustmentsTotalAmountMicros,
this.billingSetup,
this.correctedInvoice,
this.currencyCode,
this.dueDate,
this.exportChargeSubtotalAmountMicros,
this.exportChargeTaxAmountMicros,
this.exportChargeTotalAmountMicros,
this.id,
this.issueDate,
this.paymentsAccountId,
this.paymentsProfileId,
this.pdfUrl,
this.regulatoryCostsSubtotalAmountMicros,
this.regulatoryCostsTaxAmountMicros,
this.regulatoryCostsTotalAmountMicros,
this.replacedInvoices,
this.resourceName,
this.serviceDateRange,
this.subtotalAmountMicros,
this.taxAmountMicros,
this.totalAmountMicros,
this.type,
});