TreasuryTransactionFlowDetails constructor
const
TreasuryTransactionFlowDetails({
- TreasuryCreditReversal? creditReversal,
- TreasuryDebitReversal? debitReversal,
- TreasuryInboundTransfer? inboundTransfer,
- IssuingAuthorization? issuingAuthorization,
- TreasuryOutboundPayment? outboundPayment,
- TreasuryOutboundTransfer? outboundTransfer,
- TreasuryReceivedCredit? receivedCredit,
- TreasuryReceivedDebit? receivedDebit,
- required TreasuryTransactionFlowDetailsType type,
Details of the flow that created the Transaction.
Implementation
const TreasuryTransactionFlowDetails({
this.creditReversal,
this.debitReversal,
this.inboundTransfer,
this.issuingAuthorization,
this.outboundPayment,
this.outboundTransfer,
this.receivedCredit,
this.receivedDebit,
required this.type,
});