PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit constructor
const
PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit({
- String? customMandateUrl,
- String? intervalDescription,
- CheckoutAcssDebitMandateOptionsPaymentSchedule? paymentSchedule,
- CheckoutAcssDebitMandateOptionsTransactionType? transactionType,
payment_intent_payment_method_options_mandate_options_acss_debit
Implementation
const PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit({
this.customMandateUrl,
this.intervalDescription,
this.paymentSchedule,
this.transactionType,
});