PaymentMethodCreateOptions constructor

const PaymentMethodCreateOptions({
  1. PaymentIntentAcssDebit? acssDebit,
  2. Object? affirm,
  3. Object? afterpayClearpay,
  4. Object? alipay,
  5. PaymentIntentAuBecsDebit? auBecsDebit,
  6. PaymentIntentBacsDebit? bacsDebit,
  7. Object? bancontact,
  8. PaymentIntentBillingDetails? billingDetails,
  9. Object? blik,
  10. PaymentMethodDetailsBoleto? boleto,
  11. PaymentMethodCard? card,
  12. Object? cashapp,
  13. String? customer,
  14. Object? customerBalance,
  15. PaymentIntentEps? eps,
  16. List<String>? expand,
  17. PaymentIntentFpx? fpx,
  18. Object? giropay,
  19. Object? grabpay,
  20. PaymentIntentIdeal? ideal,
  21. Object? interacPresent,
  22. PaymentIntentKlarna? klarna,
  23. Object? konbini,
  24. Object? link,
  25. Map<String, String>? metadata,
  26. Object? mobilepay,
  27. Object? oxxo,
  28. PaymentIntentP24? p24,
  29. String? paymentMethod,
  30. Object? paynow,
  31. Object? paypal,
  32. Object? pix,
  33. Object? promptpay,
  34. RadarRadarOptions? radarOptions,
  35. Object? revolutPay,
  36. PaymentIntentSepaDebit? sepaDebit,
  37. PaymentIntentSofort? sofort,
  38. Object? swish,
  39. PaymentMethodsType? type,
  40. PaymentIntentUsBankAccount? usBankAccount,
  41. Object? wechatPay,
  42. Object? zip,
})

Implementation

const PaymentMethodCreateOptions({
  this.acssDebit,
  this.affirm,
  this.afterpayClearpay,
  this.alipay,
  this.auBecsDebit,
  this.bacsDebit,
  this.bancontact,
  this.billingDetails,
  this.blik,
  this.boleto,
  this.card,
  this.cashapp,
  this.customer,
  this.customerBalance,
  this.eps,
  this.expand,
  this.fpx,
  this.giropay,
  this.grabpay,
  this.ideal,
  this.interacPresent,
  this.klarna,
  this.konbini,
  this.link,
  this.metadata,
  this.mobilepay,
  this.oxxo,
  this.p24,
  this.paymentMethod,
  this.paynow,
  this.paypal,
  this.pix,
  this.promptpay,
  this.radarOptions,
  this.revolutPay,
  this.sepaDebit,
  this.sofort,
  this.swish,
  this.type,
  this.usBankAccount,
  this.wechatPay,
  this.zip,
});