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

Nested struct within the parent resource.

# `t`

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

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

---

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