UpdateCustomerOpts constructor

UpdateCustomerOpts({
  1. Address? address,
  2. int? balance,
  3. String? coupon,
  4. String? description,
  5. String? email,
  6. String? id,
  7. String? invoicePrefix,
  8. Map<String, dynamic>? metadata,
  9. String? name,
  10. int? nextInvoiceSequence,
  11. String? defaultSource,
  12. String? phone,
  13. List<String>? preferredLocals,
  14. String? promotionCode,
  15. String? source,
})

Implementation

UpdateCustomerOpts({
  this.address,
  this.balance,
  this.coupon,
  this.description,
  this.email,
  this.id,
  this.invoicePrefix,
  this.metadata,
  this.name,
  this.nextInvoiceSequence,
  this.defaultSource,
  this.phone,
  this.preferredLocals,
  this.promotionCode,
  this.source,
});