PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit constructor

const PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit({
  1. String? customMandateUrl,
  2. String? intervalDescription,
  3. CheckoutAcssDebitMandateOptionsPaymentSchedule? paymentSchedule,
  4. CheckoutAcssDebitMandateOptionsTransactionType? transactionType,
})

payment_intent_payment_method_options_mandate_options_acss_debit

Implementation

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