BankAccountInfo class abstract
BankAccountInfo
Properties:
- accountIdentification
- accountType - The type of bank account.
- bankName - The name of the banking institution where the bank account is held.
- countryCode - The two-character ISO 3166-1 alpha-2 country code where the bank account is registered. For example, NL.
- trustedSource - Identifies if the bank account was created through instant bank verification.
- Annotations
-
- @BuiltValue.new()
Constructors
- BankAccountInfo([void updates(BankAccountInfoBuilder b)])
-
factory
Properties
- accountIdentification → BankAccountInfoAccountIdentification?
-
no setter
- accountType → String?
-
The type of bank account.
no setter
- bankName → String?
-
The name of the banking institution where the bank account is held.
no setter
- countryCode → String?
-
The two-character ISO 3166-1 alpha-2 country code where the bank account is registered. For example, NL.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trustedSource → bool?
-
Identifies if the bank account was created through instant bank verification.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(BankAccountInfoBuilder)) → BankAccountInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → BankAccountInfoBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
BankAccountInfo> -
no setter