Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 2.36 KB

Interval.md

File metadata and controls

10 lines (7 loc) · 2.36 KB

Interval

Properties

Name Type Description Notes
close string The <strong>close</strong> value is actually the time that the store closes. Local time (in Military format) is used. So, if a store closed at 8 PM local time, the <strong>close</strong> time would look like the following: <code>20:00:00</code>. This field is conditionally required if the <strong>intervals</strong> container is used to specify working hours or special hours for a store. <br><br>This field is returned if set for the store location. [optional]
open string The <strong>open</strong> value is actually the time that the store opens. Local time (in Military format) is used. So, if a store opens at 9 AM local time, the <strong>close</strong> time would look like the following: <code>09:00:00</code>. This field is conditionally required if the <strong>intervals</strong> container is used to specify working hours or special hours for a store. <br><br>This field is returned if set for the store location. [optional]

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