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

Latest commit

 

History

History
16 lines (10 loc) · 978 Bytes

CustomerQuery.md

File metadata and controls

16 lines (10 loc) · 978 Bytes

CustomerQuery

Description

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

Properties

Name Getter Setter Type Description Notes
filter getFilter() setFilter($value) \SquareConnect\Model\CustomerFilter A list of filtering criteria. [optional]
sort getSort() setSort($value) \SquareConnect\Model\CustomerSort Sorting criteria for query results. The default behavior is to sort customers alphabetically by `given_name` and `family_name`. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]