CustomerUpdateOptions class final

Constructors

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

Properties

address AccountSupportAddress?
final
balance int?
final
cashBalance CustomerCashBalance?
final
coupon String?
final
defaultSource 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?
final
metadata Map<String, String>?
final
name String?
final
nextInvoiceSequence int?
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?
final
source String?
final
tax CustomerTax?
tax_param
final
taxExempt CustomerTaxExempt?
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>(CustomerUpdateOptions instance, Encoder<V> encoder) → V