SessionMandateOptions constructor

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

mandate_options_param

Additional fields for Mandate creation

Implementation

const SessionMandateOptions({
  this.customMandateUrl,
  this.defaultFor,
  this.intervalDescription,
  this.paymentSchedule,
  this.transactionType,
});