TreasuryReceivedDebitsResourceLinkedFlows constructor

const TreasuryReceivedDebitsResourceLinkedFlows({
  1. String? debitReversal,
  2. String? inboundTransfer,
  3. String? issuingAuthorization,
  4. String? issuingTransaction,
  5. String? payout,
})

TreasuryReceivedDebitsResourceLinkedFlows

Implementation

const TreasuryReceivedDebitsResourceLinkedFlows({
  this.debitReversal,
  this.inboundTransfer,
  this.issuingAuthorization,
  this.issuingTransaction,
  this.payout,
});