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

Files

Latest commit

3662b11 · Mar 13, 2019

History

History
17 lines (9 loc) · 730 Bytes

CustomerQuery.md

File metadata and controls

17 lines (9 loc) · 730 Bytes

Square.Connect.Model.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]

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