# `Stripe.Resources.Account.Controller.StripeDashboard`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/account.ex#L675)

Nested struct within the parent resource.

# `t`

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

* `type` - A value indicating the Stripe dashboard this account has access to independent of the Connect application. Possible values: `express`, `full`, `none`.

---

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