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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Radar.PaymentEvaluation.Events.UserInterventionResolved{
    key: String.t() | nil,
    outcome: String.t() | nil
  }
```

* `key` - Unique ID of this intervention. Use this to provide the result. Max length: 5000.
* `outcome` - Result of the intervention if it has been completed. Possible values: `abandoned`, `failed`, `passed`. Nullable.

---

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