Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 840 Bytes

File metadata and controls

30 lines (21 loc) · 840 Bytes

BusinessHoursOverrideBase

Properties

Name Type Description Notes
deliveryType DeliveryTypeEnum Delivery or Pickup [optional]
startTime OffsetDateTime Date and time in ISO 8601 format.
endTime OffsetDateTime Date and time in ISO 8601 format.
type TypeEnum Open, Closed or ClosedAllowPreOrders [optional]

Enum: DeliveryTypeEnum

Name Value
DELIVERY "Delivery"
PICKUP "Pickup"

Enum: TypeEnum

Name Value
OPEN "Open"
CLOSED "Closed"
CLOSEDALLOWPREORDERS "ClosedAllowPreOrders"