TreasuryReceivedCreditsResourceLinkedFlowsSourceFlowDetails constructor
const
TreasuryReceivedCreditsResourceLinkedFlowsSourceFlowDetails({
- TreasuryCreditReversal? creditReversal,
- TreasuryOutboundPayment? outboundPayment,
- Payout? payout,
- required TreasuryReceivedCreditsResourceLinkedFlowsSourceFlowDetailsType type,
The expandable object of the source flow.
Implementation
const TreasuryReceivedCreditsResourceLinkedFlowsSourceFlowDetails({
this.creditReversal,
this.outboundPayment,
this.payout,
required this.type,
});