TransferInfoBuilder class

Constructors

TransferInfoBuilder()

Properties

amount AmountBuilder
getter/setter pair
balanceAccountId String?
getter/setter pair
category TransferInfoCategoryEnum?
getter/setter pair
counterparty CounterpartyInfoV3Builder
getter/setter pair
description String?
getter/setter pair
executionDate ExecutionDateBuilder
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
paymentInstrumentId String?
getter/setter pair
priorities ↔ ListBuilder<TransferInfoPrioritiesEnum>
getter/setter pair
priority TransferInfoPriorityEnum?
getter/setter pair
reference String?
getter/setter pair
referenceForBeneficiary String?
getter/setter pair
review TransferRequestReviewBuilder
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TransferInfoTypeEnum?
getter/setter pair
ultimateParty UltimatePartyIdentificationBuilder
getter/setter pair

Methods

build() TransferInfo
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(TransferInfo other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(TransferInfoBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited