PaymentIntentCreateOptionsPaymentMethodOptionsSepaDebit constructor
const
PaymentIntentCreateOptionsPaymentMethodOptionsSepaDebit({
- Object? mandateOptions,
- 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,
});