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

Nested parameters.

# `t`

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