FinancialAccountKYCFields class

Constructors

FinancialAccountKYCFields()

Properties

bankAccountNumber String?
Number identifying bank account
getter/setter pair
bankAccountType String?
ISO Code of country of birth ISO 3166-1 alpha-3
getter/setter pair
bankBranchNumber String?
Number identifying bank branch
getter/setter pair
bankNumber String?
Number identifying bank in national banking system (routing number in US)
getter/setter pair
bankPhoneNumber String?
Phone number with country code for bank
getter/setter pair
cbuAlias String?
The alias for a Clave Bancaria Uniforme (CBU) or Clave Virtual Uniforme (CVU).
getter/setter pair
cbuNumber String?
Clave Bancaria Uniforme (CBU) or Clave Virtual Uniforme (CVU).
getter/setter pair
clabeNumber String?
Bank account number for Mexico
getter/setter pair
cryptoAddress String?
Address for a cryptocurrency account
getter/setter pair
cryptoMemo String?
A destination tag/memo used to identify a transaction
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fields({String keyPrefix = ''}) Map<String, String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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