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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.Outcome.Succeeded.Card{
  address_line1_check: String.t() | nil,
  address_postal_code_check: String.t() | nil,
  cvc_check: 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`.

---

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