Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.01 KB

File metadata and controls

13 lines (9 loc) · 1.01 KB

Voucherify.Model.ValidityHoursDailyItem

Defines the recurring period(s) when the resource will be active.

Properties

Name Type Description Notes
StartTime string Defines the starting hour of validity in the HH:mm format. The resource is inactive before this time. [optional]
DaysOfWeek List<ValidityHoursDailyItem.DaysOfWeekEnum> 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]
ExpirationTime 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]