Stripe.Resources.Radar.PaymentEvaluation.Events.UserInterventionRaised
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Events.UserInterventionRaised{ custom: Stripe.Resources.Radar.PaymentEvaluation.Events.UserInterventionRaised.Custom.t() | nil, key: String.t() | nil, type: String.t() | nil }
customkey- Unique identifier for the user intervention event. Max length: 5000.type- Type of user intervention raised. Possible values:3ds,captcha,custom.