# Inputs / Customer Displays

# Customer Displays

**Object**
## CustomerDisplayComponentInput

| Fields | Type | Description |
| --- | --- | --- |
| type | *String* | The type of the component |
| position | [CustomerDisplayComponentPositionInput](/documentation/Inputs/Customer-Displays#CustomerDisplayComponentPositionInput) | The position of the component |
| settings | [JSON](/documentation/Types/JSON#JSON) | The settings of the component, if you're going to use this, we would suggest contacting us |



**Object**
## CustomerDisplayComponentPositionInput

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| top | *Int* | The position to the top (from 0 to 9) | Minimum: 0Maximum: 9 |
| left | *Int* | The position from the left (from 0 to 9) | Minimum: 0Maximum: 9 |
| width | *Int* | The width of the component (from 1 to 10) | Minimum: 1Maximum: 10 |
| height | *Int* | The height of the component (from 1 to 10) | Minimum: 1Maximum: 10 |