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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.CustomerSessionCreateParams.Components.MobilePaymentElement{
    enabled: boolean() | nil,
    features:
      Stripe.Params.CustomerSessionCreateParams.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.

---

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