# `Stripe.Params.AccountSessionCreateParams.Components.Payments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_session_create_params.ex#L505)

Nested parameters.

# `t`

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

* `enabled` - Whether the embedded component is enabled.
* `features` - The list of features enabled in the embedded component.

---

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