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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.ConfirmationToken.PaymentMethodOptions.Card{
  cvc_token: String.t() | nil,
  installments:
    Stripe.Resources.ConfirmationToken.PaymentMethodOptions.Card.Installments.t()
    | nil
}
```

* `cvc_token` - The `cvc_update` Token collected from the Payment Element. Max length: 5000. Nullable.
* `installments`

---

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