Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.01 KB

CustomerFilter.md

File metadata and controls

13 lines (9 loc) · 1.01 KB

CustomerFilter

Properties

Name Getter Setter Type Description Notes
creation_source getCreationSource() setCreationSource($value) \SquareConnect\Model\CustomerCreationSourceFilter A filter to select customers based on their creation source. [optional]
created_at getCreatedAt() setCreatedAt($value) \SquareConnect\Model\TimeRange A filter to select customers based on when they were created. [optional]
updated_at getUpdatedAt() setUpdatedAt($value) \SquareConnect\Model\TimeRange A filter to select customers based on when they were updated. [optional]

Note: All properties are protected and only accessed via getters and setters.

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