ListCashDrawerShiftEventsRequest
December 17, 2019 ยท View on GitHub
Description
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| location_id | getLocationId() | setLocationId($value) | string | The ID of the location to list cash drawer shifts for. | |
| limit | getLimit() | setLimit($value) | int | Number of resources to be returned in a page of results (200 by default, 1000 max). | [optional] |
| cursor | getCursor() | setCursor($value) | string | Opaque cursor for fetching the next page of results. | [optional] |
Note: All properties are protected and only accessed via getters and setters.