Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.77 KB

File metadata and controls

42 lines (33 loc) · 1.77 KB

StoreOpeningHoursUpdatedEvent

Properties

Name Type Description Notes
eventName String The event name [optional]
orgId String Organisation Id [optional]
storeId Integer Store Id [optional]
storeGroupId Integer Store group Id [optional]
user UserEventInfo User which updated opening hours for this store [optional]
deliveryType DeliveryTypeEnum Type of opening hours Delivery / Pickup [optional]
deliveryTypeString DeliveryTypeStringEnum 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 UUID The identitfier of the event [optional]
createTime OffsetDateTime The time of creation of the event [optional]
position Integer Position [optional]
appId String App id [optional]
ipAddress String Ip Address [optional]
activityId String Activity Id [optional]
activityType String Activity Type [optional]

Enum: DeliveryTypeEnum

Name Value
DELIVERY "Delivery"
PICKUP "Pickup"

Enum: DeliveryTypeStringEnum

Name Value
DELIVERY "Delivery"
PICKUP "Pickup"