CheckoutSessionPaymentMethodOptions constructor

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,
});