CheckoutAcssDebitPaymentMethodOptions constructor
const
CheckoutAcssDebitPaymentMethodOptions({
- CheckoutAcssDebitPaymentMethodOptionsCurrency? currency,
- CheckoutAcssDebitMandateOptions? mandateOptions,
- CheckoutAcssDebitPaymentMethodOptionsSetupFutureUsage? setupFutureUsage,
- CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
CheckoutAcssDebitPaymentMethodOptions
Implementation
const CheckoutAcssDebitPaymentMethodOptions({
this.currency,
this.mandateOptions,
this.setupFutureUsage,
this.verificationMethod,
});