OutboundPaymentReturnedDetails constructor

const OutboundPaymentReturnedDetails({
  1. TreasuryOutboundPaymentReturnedDetailsCode? code,
})

returned_details_params

Optional hash to set the the return code.

Implementation

const OutboundPaymentReturnedDetails({this.code});