ConfirmAcssDebitPaymentOptions constructor

const ConfirmAcssDebitPaymentOptions({
  1. @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;