CheckoutSessionPaymentMethodOptions constructor
      const
      CheckoutSessionPaymentMethodOptions({ 
    
- CheckoutAcssDebitPaymentMethodOptions? acssDebit,
- CheckoutAffirmPaymentMethodOptions? affirm,
- CheckoutAfterpayClearpayPaymentMethodOptions? afterpayClearpay,
- CheckoutAlipayPaymentMethodOptions? alipay,
- CheckoutAuBecsDebitPaymentMethodOptions? auBecsDebit,
- CheckoutBacsDebitPaymentMethodOptions? bacsDebit,
- CheckoutBancontactPaymentMethodOptions? bancontact,
- CheckoutBoletoPaymentMethodOptions? boleto,
- CheckoutCardPaymentMethodOptions? card,
- CheckoutCashappPaymentMethodOptions? cashapp,
- CheckoutCustomerBalancePaymentMethodOptions? customerBalance,
- CheckoutEpsPaymentMethodOptions? eps,
- CheckoutFpxPaymentMethodOptions? fpx,
- CheckoutGiropayPaymentMethodOptions? giropay,
- CheckoutGrabPayPaymentMethodOptions? grabpay,
- CheckoutIdealPaymentMethodOptions? ideal,
- CheckoutKlarnaPaymentMethodOptions? klarna,
- CheckoutKonbiniPaymentMethodOptions? konbini,
- CheckoutLinkPaymentMethodOptions? link,
- CheckoutOxxoPaymentMethodOptions? oxxo,
- CheckoutP24PaymentMethodOptions? p24,
- CheckoutPaynowPaymentMethodOptions? paynow,
- CheckoutPaypalPaymentMethodOptions? paypal,
- CheckoutPixPaymentMethodOptions? pix,
- CheckoutRevolutPayPaymentMethodOptions? revolutPay,
- CheckoutSepaDebitPaymentMethodOptions? sepaDebit,
- CheckoutSofortPaymentMethodOptions? sofort,
- CheckoutSwishPaymentMethodOptions? swish,
- CheckoutUsBankAccountPaymentMethodOptions? usBankAccount,
Payment-method-specific configuration for the PaymentIntent or SetupIntent of this CheckoutSession.
Implementation
const CheckoutSessionPaymentMethodOptions({
  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,
});