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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Outcome.Rejected.Card{
  address_line1_check: String.t() | nil,
  address_postal_code_check: String.t() | nil,
  cvc_check: String.t() | nil,
  reason: String.t() | nil
}
```

* `address_line1_check` - Result of the address line 1 check. Possible values: `fail`, `pass`, `unavailable`, `unchecked`.
* `address_postal_code_check` - Indicates whether the cardholder provided a postal code and if it matched the cardholder’s billing address. Possible values: `fail`, `pass`, `unavailable`, `unchecked`.
* `cvc_check` - Result of the CVC check. Possible values: `fail`, `pass`, `unavailable`, `unchecked`.
* `reason` - Card issuer's reason for the network decline. Possible values: `authentication_failed`, `do_not_honor`, `expired`, `incorrect_cvc`, `incorrect_number`, `incorrect_postal_code`, `insufficient_funds`, `invalid_account`, `lost_card`, `other`, `processing_error`, `reported_stolen`, `try_again_later`.

---

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