CustomerCreateOptions class final

Constructors

CustomerCreateOptions({AccountSupportAddress? address, int? balance, CustomerCashBalance? cashBalance, String? coupon, String? description, String? email, List<String>? expand, String? invoicePrefix, CustomerInvoiceSettings? invoiceSettings, Map<String, String>? metadata, String? name, int? nextInvoiceSequence, String? paymentMethod, String? phone, List<String>? preferredLocales, String? promotionCode, CustomerShipping? shipping, String? source, CustomerTax? tax, CustomerTaxExempt? taxExempt, List<CustomerTaxIdDataItem>? taxIdData, String? testClock, bool? validate})
const
CustomerCreateOptions.fromJson(Object? json)
factory

Properties

address AccountSupportAddress?
final
balance int?
final
cashBalance CustomerCashBalance?
cash_balance_param
final
coupon String?
final
description String?
final
email String?
final
expand List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
invoicePrefix String?
final
invoiceSettings CustomerInvoiceSettings?
customer_param
final
metadata Map<String, String>?
final
name String?
final
nextInvoiceSequence int?
final
paymentMethod String?
final
phone String?
final
preferredLocales List<String>?
final
promotionCode String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping CustomerShipping?
customer_shipping
final
source String?
final
tax CustomerTax?
tax_param
final
taxExempt CustomerTaxExempt?
final
taxIdData List<CustomerTaxIdDataItem>?
final
testClock String?
final
validate bool?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode<V>(CustomerCreateOptions instance, Encoder<V> encoder) → V