ListCashDrawerShiftsRequest

December 17, 2019 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
location_idgetLocationId()setLocationId($value)stringThe ID of the location to query for a list of cash drawer shifts.
sort_ordergetSortOrder()setSortOrder($value)stringThe order in which cash drawer shifts are listed in the response, based on their opened_at field. Default value: ASC See SortOrder for possible values[optional]
begin_timegetBeginTime()setBeginTime($value)stringThe inclusive start time of the query on opened_at, in ISO 8601 format.[optional]
end_timegetEndTime()setEndTime($value)stringThe exclusive end date of the query on opened_at, in ISO 8601 format.[optional]
limitgetLimit()setLimit($value)intNumber of cash drawer shift events in a page of results (200 by default, 1000 max).[optional]
cursorgetCursor()setCursor($value)stringOpaque cursor for fetching the next page of results.[optional]

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

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