RIXAccountIdentifier class abstract

RIXAccountIdentifier

Properties:

  • accountNumber - The account number of the bank account.
  • clearingNumber - The 4- to 5-digit clearing number, without separators or whitespace.
Annotations
  • @BuiltValue.new()

Constructors

RIXAccountIdentifier([void updates(RIXAccountIdentifierBuilder b)])
factory

Properties

accountNumber String
The account number of the bank account.
no setter
clearingNumber String
The 4- to 5-digit clearing number, 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

Methods

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