FinancialAccountKYCFields class
Constructors
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
Constants
- bank_account_number_field_key → const String
-
'bank_account_number'
- bank_account_type_field_key → const String
-
'bank_account_type'
- bank_branch_number_field_key → const String
-
'bank_branch_number'
- bank_number_field_key → const String
-
'bank_number'
- bank_phone_number_field_key → const String
-
'bank_phone_number'
- cbu_alias_field_key → const String
-
'cbu_alias'
- cbu_number_field_key → const String
-
'cbu_number'
- clabe_number_field_key → const String
-
'clabe_number'
- crypto_address_field_key → const String
-
'crypto_address'
- crypto_memo_field_key → const String
-
'crypto_memo'