# display

The name of the player as displayed at the table.

**Nullable:** true

{% hint style="info" %}
Can be omitted or null if the player's display name is the same as their real name on the poker site.
{% endhint %}

**Type**: string

**Example**:

```javascript
"display": "MVS Player"
```
