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

Nested struct within the parent resource.

# `t`

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

* `fraud_type` - The type of fraud labeled by the issuer. Possible values: `made_with_lost_card`, `made_with_stolen_card`, `other`, `unauthorized_use_of_card`.

---

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