SetupIntentThreeDSecure class final

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.

Constructors

SetupIntentThreeDSecure({PaymentIntentAresTransStatus? aresTransStatus, String? cryptogram, PaymentIntentElectronicCommerceIndicator? electronicCommerceIndicator, PaymentIntentNetworkOptions? networkOptions, String? requestorChallengeIndicator, String? transactionId, PaymentIntentVersion? version})
setup_intent_payment_method_options_param
const
SetupIntentThreeDSecure.fromJson(Object? json)
factory

Properties

aresTransStatus PaymentIntentAresTransStatus?
final
cryptogram String?
final
electronicCommerceIndicator PaymentIntentElectronicCommerceIndicator?
final
hashCode int
The hash code for this object.
no setterinherited
networkOptions PaymentIntentNetworkOptions?
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>(SetupIntentThreeDSecure instance, Encoder<V> encoder) → V