Square.Connect.Model.ShiftFilter
November 20, 2019 ยท View on GitHub
Description
Defines a filter used in a search for Shift records. AND logic is used by Square's servers to apply each filter property specified.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LocationIds | List | Fetch shifts for the specified location. | [optional] |
| EmployeeIds | List | Fetch shifts for the specified employee. | [optional] |
| Status | string | Fetch a `Shift` instance by `Shift.status`. See ShiftFilterStatus for possible values | [optional] |
| Start | TimeRange | Fetch `Shift`s that start in the time range - Inclusive. | [optional] |
| End | TimeRange | Fetch the `Shift`s that end in the time range - Inclusive. | [optional] |
| Workday | ShiftWorkday | Fetch the `Shift`s based on workday date range. | [optional] |