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