SessionPaymentMethodOptions constructor
const
SessionPaymentMethodOptions({
- SessionAcssDebit? acssDebit,
- PaymentMethodOptionsZip? affirm,
- PaymentMethodOptionsZip? afterpayClearpay,
- PaymentMethodOptionsZip? alipay,
- PaymentMethodOptionsZip? auBecsDebit,
- PaymentMethodOptionsBacsDebit? bacsDebit,
- PaymentMethodOptionsZip? bancontact,
- SessionBoleto? boleto,
- SessionCard? card,
- PaymentMethodOptionsBacsDebit? cashapp,
- SessionCustomerBalance? customerBalance,
- PaymentMethodOptionsZip? eps,
- PaymentMethodOptionsZip? fpx,
- PaymentMethodOptionsZip? giropay,
- PaymentMethodOptionsZip? grabpay,
- PaymentMethodOptionsZip? ideal,
- PaymentMethodOptionsZip? klarna,
- SessionKonbini? konbini,
- PaymentMethodOptionsIdeal? link,
- SessionKonbini? oxxo,
- SessionP24? p24,
- PaymentMethodOptionsZip? paynow,
- SessionPaypal? paypal,
- SessionPix? pix,
- PaymentMethodOptionsIdeal? revolutPay,
- PaymentMethodOptionsBacsDebit? sepaDebit,
- PaymentMethodOptionsZip? sofort,
- SessionSwish? swish,
- SessionUsBankAccount? usBankAccount,
- SessionWechatPay? wechatPay,
payment_method_options_param
Payment-method-specific configuration.
Implementation
const SessionPaymentMethodOptions({
this.acssDebit,
this.affirm,
this.afterpayClearpay,
this.alipay,
this.auBecsDebit,
this.bacsDebit,
this.bancontact,
this.boleto,
this.card,
this.cashapp,
this.customerBalance,
this.eps,
this.fpx,
this.giropay,
this.grabpay,
this.ideal,
this.klarna,
this.konbini,
this.link,
this.oxxo,
this.p24,
this.paynow,
this.paypal,
this.pix,
this.revolutPay,
this.sepaDebit,
this.sofort,
this.swish,
this.usBankAccount,
this.wechatPay,
});