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

Nested struct within the parent resource.

# `t`

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

* `enabled` - Whether the mobile payment element is enabled.
* `features` - This hash defines whether the mobile payment element supports certain features. Nullable.

---

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