# `Stripe.Params.Issuing.CardCreateParams.Pin`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/issuing/card_create_params.ex#L61)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Issuing.CardCreateParams.Pin{
  encrypted_number: String.t() | nil
}
```

* `encrypted_number` - The card's desired new PIN, encrypted under Stripe's public key. Max length: 5000.

---

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