Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
errors | getErrors() | setErrors($value) | \SquareConnect\Model\Error[] | Information on errors encountered during the request. | [optional] |
checkouts | getCheckouts() | setCheckouts($value) | \SquareConnect\Model\TerminalCheckout[] | The requested search result of `TerminalCheckout`s. | [optional] |
cursor | getCursor() | setCursor($value) | string | The pagination cursor to be used in a subsequent request. If empty, this is the final response. See Pagination for more information. | [optional] |
Note: All properties are protected and only accessed via getters and setters.