RefundDestinationDetails constructor

refund_destination_details

Implementation

const RefundDestinationDetails({
  this.affirm,
  this.afterpayClearpay,
  this.alipay,
  this.auBankTransfer,
  this.blik,
  this.brBankTransfer,
  this.card,
  this.cashapp,
  this.customerCashBalance,
  this.eps,
  this.euBankTransfer,
  this.gbBankTransfer,
  this.giropay,
  this.grabpay,
  this.jpBankTransfer,
  this.klarna,
  this.mxBankTransfer,
  this.p24,
  this.paynow,
  this.paypal,
  this.pix,
  this.revolut,
  this.sofort,
  this.swish,
  this.thBankTransfer,
  required this.type,
  this.usBankTransfer,
  this.wechatPay,
  this.zip,
});