SetupIntentAcssDebit constructor

const SetupIntentAcssDebit({
  1. CheckoutAcssDebitPaymentMethodOptionsCurrency? currency,
  2. SessionMandateOptions? mandateOptions,
  3. CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
})

setup_intent_payment_method_options_param

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

Implementation

const SetupIntentAcssDebit({
  this.currency,
  this.mandateOptions,
  this.verificationMethod,
});