Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 937 Bytes

CustomerFilter.md

File metadata and controls

17 lines (11 loc) · 937 Bytes

CustomerFilter

squareconnect.models.customer_filter

Description

Represents a set of CustomerQuery filters used to limit the set of Customers returned by SearchCustomers.

Properties

Name Type Description Notes
creation_source CustomerCreationSourceFilter A filter to select customers based on their creation source. [optional]
created_at TimeRange A filter to select customers based on when they were created. [optional]
updated_at TimeRange A filter to select customers based on when they were updated. [optional]

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