BillingProfile constructor

BillingProfile({
  1. bool? consolidatedInvoice,
  2. String? countryCode,
  3. String? currencyCode,
  4. String? id,
  5. String? invoiceLevel,
  6. bool? isDefault,
  7. String? kind,
  8. String? name,
  9. String? paymentsAccountId,
  10. String? paymentsCustomerId,
  11. String? purchaseOrder,
  12. String? secondaryPaymentsCustomerId,
  13. String? status,
})

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,
});