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