PaymentIntentThreeDSecure class final

payment_method_options_param

If 3D Secure authentication was performed with a third-party provider, the authentication details to use for this payment.

Constructors

PaymentIntentThreeDSecure({PaymentIntentAresTransStatus? aresTransStatus, required String cryptogram, PaymentIntentElectronicCommerceIndicator? electronicCommerceIndicator, PaymentIntentExemptionIndicator? exemptionIndicator, PaymentIntentNetworkOptions? networkOptions, String? requestorChallengeIndicator, required String transactionId, required PaymentIntentVersion version})
payment_method_options_param
const
PaymentIntentThreeDSecure.fromJson(Object? json)
factory

Properties

aresTransStatus PaymentIntentAresTransStatus?
final
cryptogram String
final
electronicCommerceIndicator PaymentIntentElectronicCommerceIndicator?
final
exemptionIndicator PaymentIntentExemptionIndicator?
final
hashCode int
The hash code for this object.
no setterinherited
networkOptions PaymentIntentNetworkOptions?
network_options_param
final
requestorChallengeIndicator String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionId String
final
version PaymentIntentVersion
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode<V>(PaymentIntentThreeDSecure instance, Encoder<V> encoder) → V