A set of ServiceAreas and POS devices for which separate revenue reports can be generated. For instance, a restaurant with a bar might choose to define two RevenueCenters, one for the bar and one for the dining area.
| description | string The description of this revenue center. |
| entityType required | string The type of object this is. |
| guid required | string The GUID maintained by the Toast POS. |
| name | string The name of this revenue center. |
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "description": "string"
}