SetupIntentThreeDSecure constructor
const
SetupIntentThreeDSecure({
- PaymentIntentAresTransStatus? aresTransStatus,
- String? cryptogram,
- PaymentIntentElectronicCommerceIndicator? electronicCommerceIndicator,
- PaymentIntentNetworkOptions? networkOptions,
- String? requestorChallengeIndicator,
- String? transactionId,
- PaymentIntentVersion? version,
setup_intent_payment_method_options_param
If 3D Secure authentication was performed with a third-party provider, the authentication details to use for this setup.
Implementation
const SetupIntentThreeDSecure({
this.aresTransStatus,
this.cryptogram,
this.electronicCommerceIndicator,
this.networkOptions,
this.requestorChallengeIndicator,
this.transactionId,
this.version,
});