# `Stripe.Resources.Radar.PaymentEvaluation.Events.UserInterventionRaised`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/radar/payment_evaluation.ex#L170)

Nested struct within the parent resource.

# `t`

```elixir
@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
}
```

* `custom`
* `key` - Unique identifier for the user intervention event. Max length: 5000.
* `type` - Type of user intervention raised. Possible values: `3ds`, `captcha`, `custom`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
