NZLocalAccountIdentification class abstract
NZLocalAccountIdentification
Properties:
- accountNumber - The 15-16 digit bank account number. The first 2 digits are the bank number, the next 4 digits are the branch number, the next 7 digits are the account number, and the final 2-3 digits are the suffix.
- type - nzLocal
- Annotations
-
- @BuiltValue.new()
Constructors
- NZLocalAccountIdentification([void updates(NZLocalAccountIdentificationBuilder b)])
-
factory
Properties
- accountNumber → String
-
The 15-16 digit bank account number. The first 2 digits are the bank number, the next 4 digits are the branch number, the next 7 digits are the account number, and the final 2-3 digits are the suffix.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → NZLocalAccountIdentificationTypeEnum
-
nzLocal
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(NZLocalAccountIdentificationBuilder)) → NZLocalAccountIdentification -
Rebuilds the instance.
inherited
-
toBuilder(
) → NZLocalAccountIdentificationBuilder -
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<
NZLocalAccountIdentification> -
no setter