BankAccountV3AccountIdentification class abstract
Contains the bank account details. The fields required in this object depend on the country of the bank account and the currency of the transfer.
Properties:
accountNumber- The bank account number, without separators or whitespace.bsbCode- The 6-digit Bank State Branch (BSB) code, without separators or whitespace.type- auLocalbankCode- The 4-digit bank code (Registreringsnummer) (without separators or whitespace).branchNumber- The bank account branch number, without separators or whitespace.ispb- The 8-digit ISPB, with leading zeros.accountType- The bank account type. Possible values: checking or savings. Defaults to checking.institutionNumber- The 3-digit institution number, without separators or whitespace.transitNumber- The 5-digit transit number, without separators or whitespace.clearingCode- The 3-digit clearing code, without separators or whitespace.iban- The international bank account number as defined in the ISO-13616 standard.additionalBankIdentification- Additional identification codes of the bank. Some banks may require these identifiers for cross-border transfers.bic- The bank's 8- or 11-character BIC or SWIFT code.clearingNumber- The 4- to 5-digit clearing number (Clearingnummer), without separators or whitespace.sortCode- The 6-digit sort code, without separators or whitespace.routingNumber- The 9-digit routing number, without separators or whitespace.
- Annotations
-
- @BuiltValue.new()
Constructors
- BankAccountV3AccountIdentification([void updates(BankAccountV3AccountIdentificationBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- oneOf → OneOf
-
One Of AULocalAccountIdentification, BRLocalAccountIdentification, CALocalAccountIdentification, CZLocalAccountIdentification, DKLocalAccountIdentification, HKLocalAccountIdentification, HULocalAccountIdentification, IbanAccountIdentification, NOLocalAccountIdentification, NZLocalAccountIdentification, NumberAndBicAccountIdentification, PLLocalAccountIdentification, SELocalAccountIdentification, SGLocalAccountIdentification, UKLocalAccountIdentification, USLocalAccountIdentification
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(BankAccountV3AccountIdentificationBuilder)) → BankAccountV3AccountIdentification -
Rebuilds the instance.
inherited
-
toBuilder(
) → BankAccountV3AccountIdentificationBuilder -
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<
BankAccountV3AccountIdentification> -
no setter