Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 840 Bytes

DailySchedule.md

File metadata and controls

14 lines (10 loc) · 840 Bytes

Yaksa.OrckestraCommerce.Client.Model.DailySchedule

DailySchedule

Properties

Name Type Description Notes
Day string the day of the week to which this daily schedule applies. [optional]
IsClosed bool Indicates whether the store/warehouse is closed on that day of the week. [optional]
IsOpenedAllDay bool Indicates whether the store/warehouse is opened all day on that day of the week. [optional]
OpeningTimes List<ScheduleInterval> The time intervals of the day during which the store/warehouse is open. [optional]

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