CustomerQuery

June 28, 2018 ยท View on GitHub

squareconnect.models.customer_query

Description

Represents a query (filtering and sorting criteria) used to search for customer profiles.

Properties

NameTypeDescriptionNotes
filterCustomerFilterA list of filter criteria.[optional]
sortCustomerSortSort 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]

Contents

  1. 0.1Description
  2. 1Properties