PaymentIntentPaymentMethodOptions constructor
const
PaymentIntentPaymentMethodOptions({
- PaymentIntentPaymentMethodOptionsAcssDebit? acssDebit,
- PaymentMethodOptionsAffirm? affirm,
- PaymentMethodOptionsAfterpayClearpay? afterpayClearpay,
- PaymentMethodOptionsAlipay? alipay,
- PaymentIntentPaymentMethodOptionsAuBecsDebit? auBecsDebit,
- PaymentMethodOptionsBacsDebit? bacsDebit,
- PaymentMethodOptionsBancontact? bancontact,
- PaymentIntentPaymentMethodOptionsBlik? blik,
- PaymentMethodOptionsBoleto? boleto,
- PaymentIntentPaymentMethodOptionsCard? card,
- PaymentMethodOptionsCardPresent? cardPresent,
- PaymentMethodOptionsCashapp? cashapp,
- PaymentMethodOptionsCustomerBalance? customerBalance,
- PaymentIntentPaymentMethodOptionsEps? eps,
- PaymentMethodOptionsFpx? fpx,
- PaymentMethodOptionsGiropay? giropay,
- PaymentMethodOptionsGrabpay? grabpay,
- PaymentMethodOptionsIdeal? ideal,
- PaymentMethodOptionsInteracPresent? interacPresent,
- PaymentMethodOptionsKlarna? klarna,
- PaymentMethodOptionsKonbini? konbini,
- PaymentIntentPaymentMethodOptionsLink? link,
- PaymentIntentPaymentMethodOptionsMobilepay? mobilepay,
- PaymentMethodOptionsOxxo? oxxo,
- PaymentMethodOptionsP24? p24,
- PaymentMethodOptionsPaynow? paynow,
- PaymentMethodOptionsPaypal? paypal,
- PaymentMethodOptionsPix? pix,
- PaymentMethodOptionsPromptpay? promptpay,
- PaymentMethodOptionsRevolutPay? revolutPay,
- PaymentIntentPaymentMethodOptionsSepaDebit? sepaDebit,
- PaymentMethodOptionsSofort? sofort,
- PaymentIntentPaymentMethodOptionsSwish? swish,
- PaymentIntentPaymentMethodOptionsUsBankAccount? usBankAccount,
- PaymentMethodOptionsWechatPay? wechatPay,
- PaymentMethodOptionsZip? zip,
Payment-method-specific configuration for this PaymentIntent.
Implementation
const PaymentIntentPaymentMethodOptions({
this.acssDebit,
this.affirm,
this.afterpayClearpay,
this.alipay,
this.auBecsDebit,
this.bacsDebit,
this.bancontact,
this.blik,
this.boleto,
this.card,
this.cardPresent,
this.cashapp,
this.customerBalance,
this.eps,
this.fpx,
this.giropay,
this.grabpay,
this.ideal,
this.interacPresent,
this.klarna,
this.konbini,
this.link,
this.mobilepay,
this.oxxo,
this.p24,
this.paynow,
this.paypal,
this.pix,
this.promptpay,
this.revolutPay,
this.sepaDebit,
this.sofort,
this.swish,
this.usBankAccount,
this.wechatPay,
this.zip,
});