SetupIntentCreateOptionsPaymentMethodOptions constructor

const SetupIntentCreateOptionsPaymentMethodOptions({
  1. SetupIntentAcssDebit? acssDebit,
  2. SetupIntentCard? card,
  3. SetupIntentLink? link,
  4. SetupIntentPaypal? paypal,
  5. SetupIntentSepaDebit? sepaDebit,
  6. SetupIntentUsBankAccount? usBankAccount,
})

payment_method_options_param

Payment method-specific configuration for this SetupIntent.

Implementation

const SetupIntentCreateOptionsPaymentMethodOptions({
  this.acssDebit,
  this.card,
  this.link,
  this.paypal,
  this.sepaDebit,
  this.usBankAccount,
});