Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 876 Bytes

ValidityHoursDailyItem.md

File metadata and controls

11 lines (8 loc) · 876 Bytes

# ValidityHoursDailyItem

Properties

Name Type Description Notes
start_time string Defines the starting hour of validity in the HH:mm format. The resource is inactive before this time. [optional]
days_of_week int[] Integer array corresponding to the particular days of the week in which the resource is valid. - `0` Sunday - `1` Monday - `2` Tuesday - `3` Wednesday - `4` Thursday - `5` Friday - `6` Saturday [optional]
expiration_time string Defines the ending hour of validity in the HH:mm format. The resource is inactive after this time. [optional]

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