Represents a query (including filtering criteria, sorting criteria, or both) used to search for customer profiles.
Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
filter | getFilter() | setFilter($value) | \SquareConnect\Model\CustomerFilter | A list of filtering criteria. | [optional] |
sort | getSort() | setSort($value) | \SquareConnect\Model\CustomerSort | Sorting criteria for query results. The default behavior is to sort customers alphabetically by `given_name` and `family_name`. | [optional] |
Note: All properties are protected and only accessed via getters and setters.