Sha256: 2c6263ef572fc395e6fcc1b48dd266e27a05ba9ce53d28c0414ed32e9fa17eaf
Contents?: true
Size: 678 Bytes
Versions: 24
Compression:
Stored size: 678 Bytes
Contents
# SquareConnect::TimeRange ### Description Represents a generic time range. The start and end values are represented in RFC-3339 format. Time ranges are customized to be inclusive or exclusive based on the needs of a particular endpoint. Refer to the relevent endpoint-specific documentation to determine how time ranges are handled. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **start_at** | **String** | A datetime value in RFC-3339 format indicating when the time range starts. | [optional] **end_at** | **String** | A datetime value in RFC-3339 format indicating when the time range ends. | [optional]
Version data entries
24 entries across 24 versions & 1 rubygems