# `Stripe.Params.TokenCreateParams.CvcUpdate`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/token_create_params.ex#L542)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.TokenCreateParams.CvcUpdate{cvc: String.t() | nil}
```

* `cvc` - The CVC value, in string form. Max length: 5000.

---

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