PaymentIntentMandateOptions constructor
const
PaymentIntentMandateOptions({
- String? customMandateUrl,
- String? intervalDescription,
- MandateAcssDebitPaymentSchedule? paymentSchedule,
- 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,
});