SessionAcssDebit constructor
const
SessionAcssDebit({
- CheckoutAcssDebitPaymentMethodOptionsCurrency? currency,
- SessionMandateOptions? mandateOptions,
- CheckoutAcssDebitPaymentMethodOptionsSetupFutureUsage? setupFutureUsage,
- CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
payment_method_options_param
contains details about the ACSS Debit payment method options.
Implementation
const SessionAcssDebit({
this.currency,
this.mandateOptions,
this.setupFutureUsage,
this.verificationMethod,
});