Counterparty class abstract

Counterparty

Properties:

  • accountHolderId - The identifier of the receiving account holder. The payout will default to the primary balance account of this account holder if no balanceAccountId is provided.
  • balanceAccountId - The identifier of the balance account that belongs to the receiving account holder.
  • transferInstrumentId - The identifier of the transfer instrument that belongs to the legal entity of the account holder.
Annotations
  • @BuiltValue.new()

Constructors

Counterparty([void updates(CounterpartyBuilder b)])
factory

Properties

accountHolderId String?
The identifier of the receiving account holder. The payout will default to the primary balance account of this account holder if no balanceAccountId is provided.
no setter
balanceAccountId String?
The identifier of the balance account that belongs to the receiving account holder.
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
transferInstrumentId String?
The identifier of the transfer instrument that belongs to the legal entity of the account holder.
no setter

Methods

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