SearchShiftsRequest

March 13, 2019 ยท View on GitHub

Description

A request for a filtered and sorted set of Shift objects.

Properties

NameGetterSetterTypeDescriptionNotes
querygetQuery()setQuery($value)\SquareConnect\Model\ShiftQueryQuery filters.[optional]
limitgetLimit()setLimit($value)intnumber of resources in a page (200 by default).[optional]
cursorgetCursor()setCursor($value)stringopaque cursor for fetching the next page.[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]