SetupIntentPaymentMethodOptions constructor

Payment method-specific configuration for this SetupIntent.

Implementation

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