# FacePokerApi.Player

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | GUID | [optional] 
**seat** | **Number** | 0 should mean no sit taken yet. Once the seat is set to a number that is not 0 it should not be editable anymore. | [optional] 
**name** | **String** | Name should be immutable once set never to change | [optional] 
**chips** | **Number** |  | [optional] 
**bet** | **Number** |  | [optional] 
**inPot** | **Number** |  | [optional] 
**isAccepted** | **Boolean** |  | [optional] 
**isSitting** | **Boolean** |  | [optional] 
**isDealer** | **Boolean** |  | [optional] 
**isBig** | **Boolean** |  | [optional] 
**isSmall** | **Boolean** |  | [optional] 
**folded** | **Boolean** |  | [optional] 
**hand** | **Object** |  | [optional] 
**combination** | **String** | Human-friedly readable combination that player has on hand with at least 3 cards on a table | [optional] 
**useRemoteCamera** | **Boolean** | Has remote camera connected | [optional] 
