RefundDestinationDetails constructor
const
RefundDestinationDetails({
- DestinationDetailsUnimplemented? affirm,
- DestinationDetailsUnimplemented? afterpayClearpay,
- DestinationDetailsUnimplemented? alipay,
- DestinationDetailsUnimplemented? auBankTransfer,
- RefundDestinationDetailsGeneric? blik,
- RefundDestinationDetailsGeneric? brBankTransfer,
- RefundDestinationDetailsCard? card,
- DestinationDetailsUnimplemented? cashapp,
- DestinationDetailsUnimplemented? customerCashBalance,
- DestinationDetailsUnimplemented? eps,
- RefundDestinationDetailsGeneric? euBankTransfer,
- RefundDestinationDetailsGeneric? gbBankTransfer,
- DestinationDetailsUnimplemented? giropay,
- DestinationDetailsUnimplemented? grabpay,
- RefundDestinationDetailsGeneric? jpBankTransfer,
- DestinationDetailsUnimplemented? klarna,
- RefundDestinationDetailsGeneric? mxBankTransfer,
- RefundDestinationDetailsGeneric? p24,
- DestinationDetailsUnimplemented? paynow,
- DestinationDetailsUnimplemented? paypal,
- DestinationDetailsUnimplemented? pix,
- DestinationDetailsUnimplemented? revolut,
- DestinationDetailsUnimplemented? sofort,
- RefundDestinationDetailsGeneric? swish,
- RefundDestinationDetailsGeneric? thBankTransfer,
- required String type,
- RefundDestinationDetailsGeneric? usBankTransfer,
- DestinationDetailsUnimplemented? wechatPay,
- DestinationDetailsUnimplemented? zip,
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,
});