ConfirmAcssDebitPaymentOptions constructor
const
ConfirmAcssDebitPaymentOptions({
- @Default(false) bool? skipMandate,
Implementation
const factory ConfirmAcssDebitPaymentOptions({
/// Set this to true if you want to skip displaying the mandate confirmation.
@Default(false) bool? skipMandate,
}) = _ConfirmAcssDebitPaymentOptions;