AccountIdentifiers class abstract

AccountIdentifiers

Properties:

  • ach - Identifiers relevant for Automated Clearing House (ACH) payments, primarily used in the United States.
  • bacs - Identifiers relevant for Bankers' Automated Clearing Services (BACS) payments, primarily used in the United Kingdom.
  • bsb - Identifiers relevant for Australian banking, specifically for BSB (Bank-State-Branch) numbers.
  • eft - Identifiers relevant for Electronic Funds Transfer (EFT) payments, commonly used in Canada.
  • iban - The international bank account number as defined in the ISO-13616 standard.
  • rix - Identifiers relevant for the Rix (Russian Interbank eXchange) system, used for interbank payments within Russia.
Annotations
  • @BuiltValue.new()

Constructors

AccountIdentifiers([void updates(AccountIdentifiersBuilder b)])
factory

Properties

ach ACHAccountIdentifier?
Identifiers relevant for Automated Clearing House (ACH) payments, primarily used in the United States.
no setter
bacs BACSAccountIdentifier?
Identifiers relevant for Bankers' Automated Clearing Services (BACS) payments, primarily used in the United Kingdom.
no setter
bsb BSBAccountIdentifier?
Identifiers relevant for Australian banking, specifically for BSB (Bank-State-Branch) numbers.
no setter
eft EFTAccountIdentifier?
Identifiers relevant for Electronic Funds Transfer (EFT) payments, commonly used in Canada.
no setter
hashCode int
The hash code for this object.
no setterinherited
iban IBANAccountIdentifier?
The international bank account number as defined in the ISO-13616 standard.
no setter
rix RIXAccountIdentifier?
Identifiers relevant for the Rix (Russian Interbank eXchange) system, used for interbank payments within Russia.
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(AccountIdentifiersBuilder)) AccountIdentifiers
Rebuilds the instance.
inherited
toBuilder() AccountIdentifiersBuilder
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<AccountIdentifiers>
no setter