PaymentIntentCreateOptionsPaymentMethodOptions constructor
const
PaymentIntentCreateOptionsPaymentMethodOptions({
- PaymentIntentCreateOptionsPaymentMethodOptionsAcssDebit? acssDebit,
- PaymentIntentAffirm? affirm,
- PaymentIntentAfterpayClearpay? afterpayClearpay,
- PaymentIntentAlipay? alipay,
- PaymentIntentCreateOptionsPaymentMethodOptionsAuBecsDebit? auBecsDebit,
- PaymentIntentCreateOptionsPaymentMethodOptionsAuBecsDebit? bacsDebit,
- PaymentIntentBancontact? bancontact,
- PaymentIntentBlik? blik,
- PaymentIntentBoleto? boleto,
- PaymentIntentCard? card,
- PaymentIntentCardPresent? cardPresent,
- PaymentIntentCashapp? cashapp,
- SessionCustomerBalance? customerBalance,
- PaymentMethodOptionsZip? eps,
- PaymentMethodOptionsZip? fpx,
- PaymentMethodOptionsZip? giropay,
- PaymentMethodOptionsZip? grabpay,
- PaymentIntentAlipay? ideal,
- Object? interacPresent,
- PaymentIntentCreateOptionsPaymentMethodOptionsKlarna? klarna,
- PaymentIntentKonbini? konbini,
- PaymentIntentLink? link,
- PaymentIntentMobilepay? mobilepay,
- SessionKonbini? oxxo,
- SessionP24? p24,
- PaymentMethodOptionsZip? paynow,
- SessionPaypal? paypal,
- PaymentIntentPix? pix,
- PaymentMethodOptionsZip? promptpay,
- PaymentIntentAlipay? revolutPay,
- PaymentIntentCreateOptionsPaymentMethodOptionsSepaDebit? sepaDebit,
- PaymentIntentCreateOptionsPaymentMethodOptionsSofort? sofort,
- PaymentIntentSwish? swish,
- PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount? usBankAccount,
- SessionWechatPay? wechatPay,
- PaymentMethodOptionsZip? zip,
payment_method_options_param
Payment method-specific configuration for this PaymentIntent.
Implementation
const PaymentIntentCreateOptionsPaymentMethodOptions({
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,
});