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

Nested parameters.

# `t`

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

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

---

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