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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Account.Settings.Dashboard{
  display_name: String.t() | nil,
  timezone: String.t() | nil
}
```

* `display_name` - The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts. Max length: 5000. Nullable.
* `timezone` - The timezone used in the Stripe Dashboard for this account. A list of possible time zone values is maintained at the [IANA Time Zone Database](http://www.iana.org/time-zones). Max length: 5000. Nullable.

---

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