TimeRange

June 28, 2018 ยท View on GitHub

squareconnect.models.time_range

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

NameTypeDescriptionNotes
start_atstrA datetime value in RFC-3339 format indicating when the time range starts.[optional]
end_atstrA datetime value in RFC-3339 format indicating when the time range ends.[optional]

[Back to Model list] [Back to API list] [Back to README]