TreasuryOutboundPaymentReturnOutboundPaymentOptions constructor
const
TreasuryOutboundPaymentReturnOutboundPaymentOptions({
- List<
String> ? expand, - OutboundPaymentReturnedDetails? returnedDetails,
Implementation
const TreasuryOutboundPaymentReturnOutboundPaymentOptions({
this.expand,
this.returnedDetails,
});