SearchOrdersQuery
May 8, 2019 ยท View on GitHub
Description
Contains query criteria for the search.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| filter | getFilter() | setFilter($value) | \SquareConnect\Model\SearchOrdersFilter | Criteria to filter results by. | [optional] |
| sort | getSort() | setSort($value) | \SquareConnect\Model\SearchOrdersSort | Criteria to sort results by. | [optional] |
Note: All properties are protected and only accessed via getters and setters.