SetupIntentThreeDSecure constructor

const SetupIntentThreeDSecure({
  1. PaymentIntentAresTransStatus? aresTransStatus,
  2. String? cryptogram,
  3. PaymentIntentElectronicCommerceIndicator? electronicCommerceIndicator,
  4. PaymentIntentNetworkOptions? networkOptions,
  5. String? requestorChallengeIndicator,
  6. String? transactionId,
  7. 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,
});