MandateAcssDebit constructor

const MandateAcssDebit({
  1. List<CheckoutAcssDebitMandateOptionsDefaultForItem>? defaultFor,
  2. String? intervalDescription,
  3. required MandateAcssDebitPaymentSchedule paymentSchedule,
  4. required MandateAcssDebitTransactionType transactionType,
})

mandate_acss_debit

Implementation

const MandateAcssDebit({
  this.defaultFor,
  this.intervalDescription,
  required this.paymentSchedule,
  required this.transactionType,
});