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

Nested parameters.

# `t`

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

* `enabled` - Whether the pricing table is enabled.

---

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