CustomerQuery

May 28, 2020 ยท View on GitHub

Description

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

Properties

NameGetterSetterTypeDescriptionNotes
filtergetFilter()setFilter($value)\SquareConnect\Model\CustomerFilterA list of filtering criteria.[optional]
sortgetSort()setSort($value)\SquareConnect\Model\CustomerSortSorting 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]