Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.42 KB

File metadata and controls

23 lines (20 loc) · 1.42 KB

Flipdish.Model.StoreOpeningHoursUpdatedEvent

Properties

Name Type Description Notes
EventName string The event name [optional]
OrgId string Organisation Id [optional]
StoreId int? Store Id [optional]
StoreGroupId int? Store group Id [optional]
User UserEventInfo User which updated opening hours for this store [optional]
DeliveryType string Type of opening hours Delivery / Pickup [optional]
DeliveryTypeString string Type of opening hours Delivery / Pickup as a string [optional]
BusinessHoursPeriodOld BusinessHoursPeriod The period that was updated [optional]
BusinessHoursPeriod BusinessHoursPeriod The new values of the period [optional]
Description string Description [optional]
FlipdishEventId Guid? The identitfier of the event [optional]
CreateTime DateTime? The time of creation of the event [optional]
Position int? Position [optional]
AppId string App id [optional]
IpAddress string Ip Address [optional]

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