Invoice constructor
Invoice({
- List<
CampaignSummary> ? campaignSummaries, - String? correctedInvoiceId,
- String? currencyCode,
- String? dueDate,
- String? id,
- String? invoiceType,
- String? issueDate,
- String? kind,
- String? paymentsAccountId,
- String? paymentsProfileId,
- String? pdfUrl,
- String? purchaseOrderNumber,
- List<
String> ? replacedInvoiceIds, - String? serviceEndDate,
- String? serviceStartDate,
- String? subtotalAmountMicros,
- String? totalAmountMicros,
- String? totalTaxAmountMicros,
Implementation
Invoice({
this.campaignSummaries,
this.correctedInvoiceId,
this.currencyCode,
this.dueDate,
this.id,
this.invoiceType,
this.issueDate,
this.kind,
this.paymentsAccountId,
this.paymentsProfileId,
this.pdfUrl,
this.purchaseOrderNumber,
this.replacedInvoiceIds,
this.serviceEndDate,
this.serviceStartDate,
this.subtotalAmountMicros,
this.totalAmountMicros,
this.totalTaxAmountMicros,
});