BillingProfile constructor
BillingProfile({})
Implementation
BillingProfile({
this.consolidatedInvoice,
this.countryCode,
this.currencyCode,
this.id,
this.invoiceLevel,
this.isDefault,
this.kind,
this.name,
this.paymentsAccountId,
this.paymentsCustomerId,
this.purchaseOrder,
this.secondaryPaymentsCustomerId,
this.status,
});