# `Stripe.Resources.CustomerSession.Components.CustomerSheet`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/customer_session.ex#L90)

Nested struct within the parent resource.

# `t`

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

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

---

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