HKLocalAccountIdentification class abstract

HKLocalAccountIdentification

Properties:

  • accountNumber - The 9- to 17-digit bank account number, without separators or whitespace. Starts with the 3-digit branch code.
  • clearingCode - The 3-digit clearing code, without separators or whitespace.
  • type - hkLocal
Annotations
  • @BuiltValue.new()

Constructors

HKLocalAccountIdentification([void updates(HKLocalAccountIdentificationBuilder b)])
factory

Properties

accountNumber String
The 9- to 17-digit bank account number, without separators or whitespace. Starts with the 3-digit branch code.
no setter
clearingCode String
The 3-digit clearing code, without separators or whitespace.
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 HKLocalAccountIdentificationTypeEnum
hkLocal
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(HKLocalAccountIdentificationBuilder)) HKLocalAccountIdentification
Rebuilds the instance.
inherited
toBuilder() HKLocalAccountIdentificationBuilder
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<HKLocalAccountIdentification>
no setter