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

Latest commit

 

History

History
18 lines (10 loc) · 857 Bytes

CustomerFilter.md

File metadata and controls

18 lines (10 loc) · 857 Bytes

Square.Connect.Model.CustomerFilter

Description

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

Properties

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

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