# `Stripe.Params.AccountCreateParams.Controller.StripeDashboard`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_create_params.ex#L1367)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountCreateParams.Controller.StripeDashboard{
  type: String.t() | nil
}
```

* `type` - Whether this account should have access to the full Stripe Dashboard (`full`), to the Express Dashboard (`express`), or to no Stripe-hosted dashboard (`none`). Defaults to `full`. Possible values: `express`, `full`, `none`.

---

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