ACHAccountIdentifier class abstract

ACHAccountIdentifier

Properties:

  • accountLastDigits - The last digits of the account number. If the accountNumber is tokenized, this field contains the last digits of the non-tokenized account number. This helps users verify the account without seeing the full number.
  • accountNumber - The account number of the bank account.
  • isTokenized - Indicates whether the account number is tokenized. A tokenized account number is a unique ID generated by a bank to protect the user's actual account number.
  • routingNumber - The routing number, without separators or whitespace.
Annotations
  • @BuiltValue.new()

Constructors

ACHAccountIdentifier([void updates(ACHAccountIdentifierBuilder b)])
factory

Properties

accountLastDigits String?
The last digits of the account number. If the accountNumber is tokenized, this field contains the last digits of the non-tokenized account number. This helps users verify the account without seeing the full number.
no setter
accountNumber String
The account number of the bank account.
no setter
hashCode int
The hash code for this object.
no setterinherited
isTokenized bool?
Indicates whether the account number is tokenized. A tokenized account number is a unique ID generated by a bank to protect the user's actual account number.
no setter
routingNumber String
The routing number, without separators or whitespace.
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(ACHAccountIdentifierBuilder)) ACHAccountIdentifier
Rebuilds the instance.
inherited
toBuilder() ACHAccountIdentifierBuilder
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<ACHAccountIdentifier>
no setter