Sha256: df052709e030e1b84960e0188db6c4217b7d07b93411580cd2beb1cd13343364
Contents?: true
Size: 673 Bytes
Versions: 14
Compression:
Stored size: 673 Bytes
Contents
# SquareConnect::DateRange ### Description A range defined by two dates. Used for filtering a query for Connect v2 objects that have date properties. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **start_date** | **String** | String in `YYYY-MM-DD` format, e.g. `2017-10-31` per the ISO 8601 extended format for calendar dates. The beginning of a date range (inclusive) | [optional] **end_date** | **String** | String in `YYYY-MM-DD` format, e.g. `2017-10-31` per the ISO 8601 extended format for calendar dates. The end of a date range (inclusive) | [optional]
Version data entries
14 entries across 14 versions & 1 rubygems