toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final budgetInvoiceGroupingId = this.budgetInvoiceGroupingId;
final budgetSummaries = this.budgetSummaries;
final correctedInvoiceId = this.correctedInvoiceId;
final currencyCode = this.currencyCode;
final displayName = this.displayName;
final dueDate = this.dueDate;
final invoiceId = this.invoiceId;
final invoiceType = this.invoiceType;
final issueDate = this.issueDate;
final name = this.name;
final nonBudgetMicros = this.nonBudgetMicros;
final paymentsAccountId = this.paymentsAccountId;
final paymentsProfileId = this.paymentsProfileId;
final pdfUrl = this.pdfUrl;
final purchaseOrderNumber = this.purchaseOrderNumber;
final replacedInvoiceIds = this.replacedInvoiceIds;
final serviceDateRange = this.serviceDateRange;
final subtotalAmountMicros = this.subtotalAmountMicros;
final totalAmountMicros = this.totalAmountMicros;
final totalTaxAmountMicros = this.totalTaxAmountMicros;
return {
'budgetInvoiceGroupingId': ?budgetInvoiceGroupingId,
'budgetSummaries': ?budgetSummaries,
'correctedInvoiceId': ?correctedInvoiceId,
'currencyCode': ?currencyCode,
'displayName': ?displayName,
'dueDate': ?dueDate,
'invoiceId': ?invoiceId,
'invoiceType': ?invoiceType,
'issueDate': ?issueDate,
'name': ?name,
'nonBudgetMicros': ?nonBudgetMicros,
'paymentsAccountId': ?paymentsAccountId,
'paymentsProfileId': ?paymentsProfileId,
'pdfUrl': ?pdfUrl,
'purchaseOrderNumber': ?purchaseOrderNumber,
'replacedInvoiceIds': ?replacedInvoiceIds,
'serviceDateRange': ?serviceDateRange,
'subtotalAmountMicros': ?subtotalAmountMicros,
'totalAmountMicros': ?totalAmountMicros,
'totalTaxAmountMicros': ?totalTaxAmountMicros,
};
}