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

Nested parameters.

# `t`

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

* `enabled` - Whether the buy button is enabled.

---

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