PaymentIntentCreateOptionsPaymentMethodOptionsAcssDebit constructor
const
PaymentIntentCreateOptionsPaymentMethodOptionsAcssDebit({
- PaymentIntentMandateOptions? mandateOptions,
- PaymentIntentSetupFutureUsage? setupFutureUsage,
- 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,
});