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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Insights.CardIssuerDecline{
  model_score: float() | nil,
  recommended_action: String.t() | nil
}
```

* `model_score` - Stripe Radar's evaluation of the likelihood that the payment will be declined by the card issuer. Scores range from 0 to 100, with higher values indicating a higher likelihood of decline.
* `recommended_action` - Recommended action based on the model score. Possible values are `block` and `continue`. Possible values: `block`, `continue`.

---

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