Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 842 Bytes

CustomerQuery.md

File metadata and controls

12 lines (8 loc) · 842 Bytes

CustomerQuery

Properties

Name Getter Setter Type Description Notes
filter getFilter() setFilter($value) \SquareConnect\Model\CustomerFilter A list of filter criteria. [optional]
sort getSort() setSort($value) \SquareConnect\Model\CustomerSort Sort criteria for query results. The default sort behavior is to order customers alphabetically by `given_name` and `last_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]