# `Stripe.Params.CustomerSessionCreateParams.Components.CustomerSheet`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/customer_session_create_params.ex#L57)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.CustomerSessionCreateParams.Components.CustomerSheet{
  enabled: boolean() | nil,
  features:
    Stripe.Params.CustomerSessionCreateParams.Components.CustomerSheet.Features.t()
    | nil
}
```

* `enabled` - Whether the customer sheet is enabled.
* `features` - This hash defines whether the customer sheet supports certain features.

---

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