# `Stripe.Resources.PaymentRecord.PaymentMethodDetails.Card.Checks`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_record.ex#L871)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentRecord.PaymentMethodDetails.Card.Checks{
  address_line1_check: String.t() | nil,
  address_postal_code_check: String.t() | nil,
  cvc_check: String.t() | nil
}
```

* `address_line1_check` - Possible values: `fail`, `pass`, `unavailable`, `unchecked`. Nullable.
* `address_postal_code_check` - Possible values: `fail`, `pass`, `unavailable`, `unchecked`. Nullable.
* `cvc_check` - Possible values: `fail`, `pass`, `unavailable`, `unchecked`. Nullable.

---

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