PaymentIntentCreateOptionsPaymentMethodOptionsAcssDebit constructor

const PaymentIntentCreateOptionsPaymentMethodOptionsAcssDebit({
  1. PaymentIntentMandateOptions? mandateOptions,
  2. PaymentIntentSetupFutureUsage? setupFutureUsage,
  3. CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
})

payment_intent_payment_method_options_param

If this is a `acss_debit` PaymentMethod, this sub-hash contains details about the ACSS Debit payment method options.

Implementation

const PaymentIntentCreateOptionsPaymentMethodOptionsAcssDebit({
  this.mandateOptions,
  this.setupFutureUsage,
  this.verificationMethod,
});