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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Insights{
  card_issuer_decline:
    Stripe.Resources.Radar.PaymentEvaluation.Insights.CardIssuerDecline.t()
    | nil,
  evaluated_at: integer() | nil,
  fraudulent_dispute:
    Stripe.Resources.Radar.PaymentEvaluation.Insights.FraudulentDispute.t()
    | nil
}
```

* `card_issuer_decline` - Stripe Radar's evaluation of the likelihood of a card issuer decline on this payment. Nullable.
* `evaluated_at` - The timestamp when the evaluation was performed. Format: Unix timestamp.
* `fraudulent_dispute`

---

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