Sha256: 1d03bb9c9e2d3cb7bee3a626d60b1f78f6d6906461681ff3b01c0224235e5b64
Contents?: true
Size: 740 Bytes
Versions: 13
Compression:
Stored size: 740 Bytes
Contents
# SquareConnect::CustomerFilter ### Description Represents a set of [`CustomerQuery`](#type-customerquery) filters used to limit the set of Customers returned by [`SearchCustomers`](#endpoint-seachcustomers). ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **creation_source** | [**CustomerCreationSourceFilter**](CustomerCreationSourceFilter.md) | A filter to select customers based on their creation source. | [optional] **created_at** | [**TimeRange**](TimeRange.md) | A filter to select customers based on when they were created. | [optional] **updated_at** | [**TimeRange**](TimeRange.md) | A filter to select customers based on when they were updated. | [optional]
Version data entries
13 entries across 13 versions & 1 rubygems