PaymentIntentCreateOptionsPaymentMethodOptionsSepaDebit constructor

const PaymentIntentCreateOptionsPaymentMethodOptionsSepaDebit({
  1. Object? mandateOptions,
  2. PaymentIntentSetupFutureUsage? setupFutureUsage,
})

payment_intent_payment_method_options_param

If this is a `sepa_debit` PaymentIntent, this sub-hash contains details about the SEPA Debit payment method options.

Implementation

const PaymentIntentCreateOptionsPaymentMethodOptionsSepaDebit({
  this.mandateOptions,
  this.setupFutureUsage,
});