SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit constructor
const
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit({
- String? customMandateUrl,
- List<
CheckoutAcssDebitMandateOptionsDefaultForItem> ? defaultFor, - String? intervalDescription,
- CheckoutAcssDebitMandateOptionsPaymentSchedule? paymentSchedule,
- CheckoutAcssDebitMandateOptionsTransactionType? transactionType,
setup_intent_payment_method_options_mandate_options_acss_debit
Implementation
const SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit({
this.customMandateUrl,
this.defaultFor,
this.intervalDescription,
this.paymentSchedule,
this.transactionType,
});