TreasuryReceivedCreditsResourceLinkedFlowsSourceFlowDetails constructor

const TreasuryReceivedCreditsResourceLinkedFlowsSourceFlowDetails({
  1. TreasuryCreditReversal? creditReversal,
  2. TreasuryOutboundPayment? outboundPayment,
  3. Payout? payout,
  4. required TreasuryReceivedCreditsResourceLinkedFlowsSourceFlowDetailsType type,
})

The expandable object of the source flow.

Implementation

const TreasuryReceivedCreditsResourceLinkedFlowsSourceFlowDetails({
  this.creditReversal,
  this.outboundPayment,
  this.payout,
  required this.type,
});