# `Stripe.Resources.Charge.FraudDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L216)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.FraudDetails{
  stripe_report: String.t() | nil,
  user_report: String.t() | nil
}
```

* `stripe_report` - Assessments from Stripe. If set, the value is `fraudulent`. Max length: 5000.
* `user_report` - Assessments reported by you. If set, possible values of are `safe` and `fraudulent`. Max length: 5000.

---

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