Sha256: 27501f3092c1e24126d50938cebcf1f58a01ba271c0f43d83d03905679c9ae22
Contents?: true
Size: 1.22 KB
Versions: 9
Compression:
Stored size: 1.22 KB
Contents
# SquareConnect::SearchOrdersDateTimeFilter ### Description Filter for `Order` objects based on whether their `CREATED_AT`, `CLOSED_AT` or `UPDATED_AT` timestamps fall within a specified time range. You can specify the time range and which timestamp to filter for. You can filter for only one time range at a time. For each time range, the start time and end time are inclusive. If the end time is absent, it defaults to the time of the first request for the cursor. __Important:__ If you use the DateTimeFilter to filter for `CLOSED_AT` or `UPDATED_AT`, you must also set the [OrdersSort](#type-searchorderordersort). The TimeRange used in DateTimeFilter must correspond to the `sort_field` in the [OrdersSort](#type-searchorderordersort) object. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | [**TimeRange**](TimeRange.md) | Time range for filtering on the `created_at` timestamp. | [optional] **updated_at** | [**TimeRange**](TimeRange.md) | Time range for filtering on the `updated_at` timestamp. | [optional] **closed_at** | [**TimeRange**](TimeRange.md) | Time range for filtering on the `closed_at` timestamp. | [optional]
Version data entries
9 entries across 9 versions & 1 rubygems