Identifying information about a Toast POS entity.
actualCloseoutCash | number <double> For internal use only. |
actualDeposit | number <double> For internal use only. |
cashDifference | number <double> For internal use only. |
depositDifference | number <double> For internal use only. |
entityType required | string The category of the Toast POS object. |
expectedCloseoutCash | number <double> For internal use only. |
expectedDeposit | number <double> For internal use only. |
guid required | string The GUID assigned to the entity by the Toast POS. |
{- "guid": "string",
- "entityType": "string",
- "expectedCloseoutCash": 0,
- "actualCloseoutCash": 0,
- "cashDifference": 0,
- "expectedDeposit": 0,
- "actualDeposit": 0,
- "depositDifference": 0
}