# `Stripe.Params.Checkout.SessionCreateParams.NameCollection.Individual`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L749)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.NameCollection.Individual{
  enabled: boolean() | nil,
  optional: boolean() | nil
}
```

* `enabled` - Enable individual name collection on the Checkout Session. Defaults to `false`.
* `optional` - Whether the customer is required to provide their name before completing the Checkout Session. Defaults to `false`.

---

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