SearchTerminalCheckoutsRequest

April 22, 2020 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
querygetQuery()setQuery($value)\SquareConnect\Model\TerminalCheckoutQueryQuery the terminal checkouts based on given conditions and sort order. Calling SearchTerminalCheckouts without an explicitly query parameter will return all available checkouts with the default sort order.[optional]
cursorgetCursor()setCursor($value)stringA pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query.[optional]
limitgetLimit()setLimit($value)intLimit the number of results returned for a single request.[optional]

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

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