Stripe.Resources.PaymentRecord.PaymentMethodDetails.Card.ThreeDSecure
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentRecord.PaymentMethodDetails.Card.ThreeDSecure{ authentication_flow: String.t() | nil, result: String.t() | nil, result_reason: String.t() | nil, version: String.t() | nil }
authentication_flow- Possible values:challenge,frictionless. Nullable.result- Possible values:attempt_acknowledged,authenticated,exempted,failed,not_supported,processing_error. Nullable.result_reason- Possible values:abandoned,bypassed,canceled,card_not_enrolled,network_not_supported,protocol_error,rejected. Nullable.version- Possible values:1.0.2,2.1.0,2.2.0. Nullable.