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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Radar.PaymentEvaluation.Events.UserInterventionRaised.Custom{
    type: String.t() | nil
  }
```

* `type` - Custom type of user intervention raised. The string must use a snake case description for the type of intervention performed. Max length: 5000.

---

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