SessionMandateOptions constructor
const
SessionMandateOptions({
- String? customMandateUrl,
- List<
CheckoutAcssDebitMandateOptionsDefaultForItem> ? defaultFor, - String? intervalDescription,
- MandateAcssDebitPaymentSchedule? paymentSchedule,
- MandateAcssDebitTransactionType? transactionType,
mandate_options_param
Additional fields for Mandate creation
Implementation
const SessionMandateOptions({
this.customMandateUrl,
this.defaultFor,
this.intervalDescription,
this.paymentSchedule,
this.transactionType,
});