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

Nested parameters.

# `t`

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