IBANAccountIdentifier class abstract
IBANAccountIdentifier
Properties:
- bban - The Basic Bank Account Number (BBAN) component of the IBAN.
- bic - BIC of a bank account.
- iban - The international bank account number as defined in the ISO-13616 standard. This is the national identifier for the bank account, following the country-specific format, and is part of the full IBAN.
- Annotations
-
- @BuiltValue.new()
Constructors
- IBANAccountIdentifier([void updates(IBANAccountIdentifierBuilder b)])
-
factory
Properties
- bban → String
-
The Basic Bank Account Number (BBAN) component of the IBAN.
no setter
- bic → String
-
BIC of a bank account.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- iban → String
-
The international bank account number as defined in the ISO-13616 standard. This is the national identifier for the bank account, following the country-specific format, and is part of the full IBAN.
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(IBANAccountIdentifierBuilder)) → IBANAccountIdentifier -
Rebuilds the instance.
inherited
-
toBuilder(
) → IBANAccountIdentifierBuilder -
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<
IBANAccountIdentifier> -
no setter