SetupIntentCard constructor

const SetupIntentCard({
  1. SetupIntentMandateOptions? mandateOptions,
  2. bool? moto,
  3. PaymentIntentNetwork? network,
  4. CheckoutCardPaymentMethodOptionsRequestThreeDSecure? requestThreeDSecure,
  5. SetupIntentThreeDSecure? threeDSecure,
})

setup_intent_param

Configuration for any card setup attempted on this SetupIntent.

Implementation

const SetupIntentCard({
  this.mandateOptions,
  this.moto,
  this.network,
  this.requestThreeDSecure,
  this.threeDSecure,
});