Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 546 Bytes

CustomerQuery.md

File metadata and controls

15 lines (8 loc) · 546 Bytes

CustomerQuery

Description

Represents a query (filtering and sorting criteria) used to search for customer profiles.

Properties

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]