MandateAcssDebit constructor
const
MandateAcssDebit({
- List<
CheckoutAcssDebitMandateOptionsDefaultForItem> ? defaultFor, - String? intervalDescription,
- required MandateAcssDebitPaymentSchedule paymentSchedule,
- required MandateAcssDebitTransactionType transactionType,
mandate_acss_debit
Implementation
const MandateAcssDebit({
this.defaultFor,
this.intervalDescription,
required this.paymentSchedule,
required this.transactionType,
});