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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Insights.FraudulentDispute{
  recommended_action: String.t() | nil,
  risk_score: integer() | nil
}
```

* `recommended_action` - Recommended action based on the risk score. Possible values are `block` and `continue`. Possible values: `block`, `continue`.
* `risk_score` - Stripe Radar’s evaluation of the risk level of the payment. Possible values for evaluated payments are between 0 and 100, with higher scores indicating higher risk.

---

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