# \<player\_obj>

#### player

The player object defining one of the players who was at the table when the hand was dealt.

**Type**: object

**Structure:**

```javascript
{
	"id": integer,
	"seat": integer,
	"name": string,
	"display": string,
	"starting_stack": decimal,
	"player_bounty": decimal,
	"is_sitting_out": boolean
}
```
