Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 677 Bytes

TimeRange.md

File metadata and controls

13 lines (8 loc) · 677 Bytes

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 relevant 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]