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.