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

Nested parameters.

# `t`

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

* `enabled` - Whether the Payment Element is enabled.
* `features` - This hash defines whether the Payment Element supports certain features.

---

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