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

Latest commit

 

History

History
13 lines (8 loc) · 586 Bytes

CustomerQuery.md

File metadata and controls

13 lines (8 loc) · 586 Bytes

SquareConnect.CustomerQuery

Description

Represents a query (including filtering criteria, sorting criteria, or both) used to search for customer profiles.

Properties

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]