PaymentIntentPaymentMethodOptions constructor

const PaymentIntentPaymentMethodOptions({
  1. PaymentIntentPaymentMethodOptionsAcssDebit? acssDebit,
  2. PaymentMethodOptionsAffirm? affirm,
  3. PaymentMethodOptionsAfterpayClearpay? afterpayClearpay,
  4. PaymentMethodOptionsAlipay? alipay,
  5. PaymentIntentPaymentMethodOptionsAuBecsDebit? auBecsDebit,
  6. PaymentMethodOptionsBacsDebit? bacsDebit,
  7. PaymentMethodOptionsBancontact? bancontact,
  8. PaymentIntentPaymentMethodOptionsBlik? blik,
  9. PaymentMethodOptionsBoleto? boleto,
  10. PaymentIntentPaymentMethodOptionsCard? card,
  11. PaymentMethodOptionsCardPresent? cardPresent,
  12. PaymentMethodOptionsCashapp? cashapp,
  13. PaymentMethodOptionsCustomerBalance? customerBalance,
  14. PaymentIntentPaymentMethodOptionsEps? eps,
  15. PaymentMethodOptionsFpx? fpx,
  16. PaymentMethodOptionsGiropay? giropay,
  17. PaymentMethodOptionsGrabpay? grabpay,
  18. PaymentMethodOptionsIdeal? ideal,
  19. PaymentMethodOptionsInteracPresent? interacPresent,
  20. PaymentMethodOptionsKlarna? klarna,
  21. PaymentMethodOptionsKonbini? konbini,
  22. PaymentIntentPaymentMethodOptionsLink? link,
  23. PaymentIntentPaymentMethodOptionsMobilepay? mobilepay,
  24. PaymentMethodOptionsOxxo? oxxo,
  25. PaymentMethodOptionsP24? p24,
  26. PaymentMethodOptionsPaynow? paynow,
  27. PaymentMethodOptionsPaypal? paypal,
  28. PaymentMethodOptionsPix? pix,
  29. PaymentMethodOptionsPromptpay? promptpay,
  30. PaymentMethodOptionsRevolutPay? revolutPay,
  31. PaymentIntentPaymentMethodOptionsSepaDebit? sepaDebit,
  32. PaymentMethodOptionsSofort? sofort,
  33. PaymentIntentPaymentMethodOptionsSwish? swish,
  34. PaymentIntentPaymentMethodOptionsUsBankAccount? usBankAccount,
  35. PaymentMethodOptionsWechatPay? wechatPay,
  36. 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,
});