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

Nested parameters.

# `t`

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

* `enabled` - Whether the embedded component is enabled.
* `features` - An empty list, because this embedded component has no features.

---

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