Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 912 Bytes

File metadata and controls

31 lines (22 loc) · 912 Bytes

BusinessHoursOverride

Properties

Name Type Description Notes
businessHoursOverrideId Integer Unique identifier [optional]
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"