Home > @vsf-enterprise/sap-commerce-webservices-sdk > OpeningSchedule
OpeningSchedule interface
Representation of an Opening schedule OpeningSchedule
Signature:
export interface OpeningSchedule 
Properties
| Property | Type | Description | 
|---|---|---|
| code? | string | (Optional) Code of the opening schedule | 
| name? | string | (Optional) Name of the opening schedule | 
| specialDayOpeningList? | Array<SpecialOpeningDay> | (Optional) List of special opening days | 
| weekDayOpeningList? | Array<WeekdayOpeningDay> | (Optional) List of weekday opening days |