SetupIntentCard constructor
const
SetupIntentCard({
- SetupIntentMandateOptions? mandateOptions,
- bool? moto,
- PaymentIntentNetwork? network,
- CheckoutCardPaymentMethodOptionsRequestThreeDSecure? requestThreeDSecure,
- 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,
});