Represents a query (including filtering criteria, sorting criteria, or both) used to search for customer profiles.
Name | Type | Description | Notes |
---|---|---|---|
filter | CustomerFilter | A list of filtering criteria. | [optional] |
sort | CustomerSort | Sorting criteria for query results. The default behavior is to sort customers alphabetically by `given_name` and `family_name`. | [optional] |