ShiftQuery
March 13, 2019 ยท View on GitHub
Description
The parameters of a Shift search query. Includes filter and sort options.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| filter | getFilter() | setFilter($value) | \SquareConnect\Model\ShiftFilter | Query filter options | [optional] |
| sort | getSort() | setSort($value) | \SquareConnect\Model\ShiftSort | Sort order details | [optional] |
Note: All properties are protected and only accessed via getters and setters.