SetupIntentAcssDebit constructor
const
SetupIntentAcssDebit({
- CheckoutAcssDebitPaymentMethodOptionsCurrency? currency,
- SessionMandateOptions? mandateOptions,
- 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,
});