# account\_dashboard\_settings

From **Stripe API**.

- Type: `object`

## Properties

### `display_name`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts.

### `timezone`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

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).

## JSON Schema

```json
{"properties":{"display_name":{"description":"The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts.","maxLength":5000,"nullable":true,"type":"string"},"timezone":{"description":"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).","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountDashboardSettings","type":"object","x-expandableFields":[]}
```
