CustomerCreateOptions constructor

const CustomerCreateOptions({
  1. AccountSupportAddress? address,
  2. int? balance,
  3. CustomerCashBalance? cashBalance,
  4. String? coupon,
  5. String? description,
  6. String? email,
  7. List<String>? expand,
  8. String? invoicePrefix,
  9. CustomerInvoiceSettings? invoiceSettings,
  10. Map<String, String>? metadata,
  11. String? name,
  12. int? nextInvoiceSequence,
  13. String? paymentMethod,
  14. String? phone,
  15. List<String>? preferredLocales,
  16. String? promotionCode,
  17. CustomerShipping? shipping,
  18. String? source,
  19. CustomerTax? tax,
  20. CustomerTaxExempt? taxExempt,
  21. List<CustomerTaxIdDataItem>? taxIdData,
  22. String? testClock,
  23. bool? validate,
})

Implementation

const CustomerCreateOptions({
  this.address,
  this.balance,
  this.cashBalance,
  this.coupon,
  this.description,
  this.email,
  this.expand,
  this.invoicePrefix,
  this.invoiceSettings,
  this.metadata,
  this.name,
  this.nextInvoiceSequence,
  this.paymentMethod,
  this.phone,
  this.preferredLocales,
  this.promotionCode,
  this.shipping,
  this.source,
  this.tax,
  this.taxExempt,
  this.taxIdData,
  this.testClock,
  this.validate,
});