TreasuryTransactionsResourceFlowDetails constructor
const
TreasuryTransactionsResourceFlowDetails({
- TreasuryCreditReversal? creditReversal,
- TreasuryDebitReversal? debitReversal,
- TreasuryInboundTransfer? inboundTransfer,
- IssuingAuthorization? issuingAuthorization,
- TreasuryOutboundPayment? outboundPayment,
- TreasuryOutboundTransfer? outboundTransfer,
- TreasuryReceivedCredit? receivedCredit,
- TreasuryReceivedDebit? receivedDebit,
- required TreasuryTransactionFlowDetailsType type,
TreasuryTransactionsResourceFlowDetails
Implementation
const TreasuryTransactionsResourceFlowDetails({
this.creditReversal,
this.debitReversal,
this.inboundTransfer,
this.issuingAuthorization,
this.outboundPayment,
this.outboundTransfer,
this.receivedCredit,
this.receivedDebit,
required this.type,
});