TreasuryOutboundPaymentReturnOutboundPaymentOptions constructor

const TreasuryOutboundPaymentReturnOutboundPaymentOptions({
  1. List<String>? expand,
  2. OutboundPaymentReturnedDetails? returnedDetails,
})

Implementation

const TreasuryOutboundPaymentReturnOutboundPaymentOptions({
  this.expand,
  this.returnedDetails,
});