
# Retrieve Cash Drawer Shift Request

## Structure

`RetrieveCashDrawerShiftRequest`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `locationId` | `string` | Required | The ID of the location to retrieve cash drawer shifts from.<br>**Constraints**: *Minimum Length*: `1` | getLocationId(): string | setLocationId(string locationId): void |

## Example (as JSON)

```json
{
  "location_id": "location_id4"
}
```

