V1ListCashDrawerShiftsRequest
February 26, 2020 ยท View on GitHub
Description
Note: This model is deprecated.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| order | getOrder() | setOrder($value) | string | The order in which cash drawer shifts are listed in the response, based on their created_at field. Default value: ASC See SortOrder for possible values | [optional] |
| begin_time | getBeginTime() | setBeginTime($value) | string | The beginning of the requested reporting period, in ISO 8601 format. Default value: The current time minus 90 days. | [optional] |
| end_time | getEndTime() | setEndTime($value) | string | The beginning of the requested reporting period, in ISO 8601 format. Default value: The current time. | [optional] |
Note: All properties are protected and only accessed via getters and setters.