PaymentIntentMandateOptions constructor

const PaymentIntentMandateOptions({
  1. String? customMandateUrl,
  2. String? intervalDescription,
  3. MandateAcssDebitPaymentSchedule? paymentSchedule,
  4. MandateAcssDebitTransactionType? transactionType,
})

payment_intent_payment_method_options_mandate_options_param

Additional fields for Mandate creation

Implementation

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