ExternalAccountUpdateOptions class final

Constructors

ExternalAccountUpdateOptions({String? accountHolderName, ExternalAccountAccountHolderType? accountHolderType, ExternalAccountAccountType? accountType, String? addressCity, String? addressCountry, String? addressLine1, String? addressLine2, String? addressState, String? addressZip, bool? defaultForCurrency, ExternalAccountDocuments? documents, String? expMonth, String? expYear, List<String>? expand, Map<String, String>? metadata, String? name})
const
ExternalAccountUpdateOptions.fromJson(Object? json)
factory

Properties

accountHolderName String?
final
accountHolderType ExternalAccountAccountHolderType?
final
accountType ExternalAccountAccountType?
final
addressCity String?
final
addressCountry String?
final
addressLine1 String?
final
addressLine2 String?
final
addressState String?
final
addressZip String?
final
defaultForCurrency bool?
final
documents ExternalAccountDocuments?
external_account_documents_param
final
expand List<String>?
final
expMonth String?
final
expYear String?
final
hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, String>?
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>(ExternalAccountUpdateOptions instance, Encoder<V> encoder) → V