Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 558 Bytes

CustomerQuery.md

File metadata and controls

13 lines (8 loc) · 558 Bytes

SquareConnect.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]