TransferInstrumentInfo class abstract

TransferInstrumentInfo

Properties:

  • bankAccount - Contains information about the legal entity's bank account.
  • legalEntityId - The unique identifier of the legal entity that owns the transfer instrument.
  • type - The type of transfer instrument. Possible value: bankAccount.
Annotations
  • @BuiltValue.new()

Constructors

TransferInstrumentInfo([void updates(TransferInstrumentInfoBuilder b)])
factory

Properties

bankAccount BankAccountInfo
Contains information about the legal entity's bank account.
no setter
hashCode int
The hash code for this object.
no setterinherited
legalEntityId String
The unique identifier of the legal entity that owns the transfer instrument.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TransferInstrumentInfoTypeEnum
The type of transfer instrument. Possible value: bankAccount.
no setter

Methods

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