CALocalAccountIdentification class abstract
CALocalAccountIdentification
Properties:
- accountNumber - The 5- to 12-digit bank account number, without separators or whitespace.
- 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.
- type - caLocal
- Annotations
-
- @BuiltValue.new()
Constructors
- CALocalAccountIdentification([void updates(CALocalAccountIdentificationBuilder b)])
-
factory
Properties
- accountNumber → String
-
The 5- to 12-digit bank account number, without separators or whitespace.
no setter
- accountType → CALocalAccountIdentificationAccountTypeEnum?
-
The bank account type. Possible values: checking or savings. Defaults to checking.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- institutionNumber → String
-
The 3-digit institution number, without separators or whitespace.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transitNumber → String
-
The 5-digit transit number, without separators or whitespace.
no setter
- type → CALocalAccountIdentificationTypeEnum
-
caLocal
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CALocalAccountIdentificationBuilder)) → CALocalAccountIdentification -
Rebuilds the instance.
inherited
-
toBuilder(
) → CALocalAccountIdentificationBuilder -
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<
CALocalAccountIdentification> -
no setter