# `Stripe.Resources.ConfirmationToken.PaymentMethodPreview.Card.Checks`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L526)

Nested struct within the parent resource.

# `t`

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

* `address_line1_check` - If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`. Max length: 5000. Nullable.
* `address_postal_code_check` - If a address postal code was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`. Max length: 5000. Nullable.
* `cvc_check` - If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`. Max length: 5000. Nullable.

---

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