BankAccountV3 class abstract
BankAccountV3
Properties:
- accountHolder - Information about the owner of the bank account.
- accountIdentification
- storedPaymentMethodId - The unique token that identifies the stored bank account details of the counterparty for a payout.
- Annotations
-
- @BuiltValue.new()
Constructors
- BankAccountV3([void updates(BankAccountV3Builder b)])
-
factory
Properties
- accountHolder → PartyIdentification
-
Information about the owner of the bank account.
no setter
- accountIdentification → BankAccountV3AccountIdentification
-
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
- storedPaymentMethodId → String?
-
The unique token that identifies the stored bank account details of the counterparty for a payout.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(BankAccountV3Builder)) → BankAccountV3 -
Rebuilds the instance.
inherited
-
toBuilder(
) → BankAccountV3Builder -
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<
BankAccountV3> -
no setter