Represents a set of CustomerQuery
filters used to limit the set of Customers
returned by SearchCustomers.
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] |