Description
A DeliveryWindow represents a delivery window configuration for a given Zone
Attributes
| Attribute | Type | Description |
|---|---|---|
active? |
Boolean | Returns true if the DeliveryWindow is active |
days_of_week |
List[String] | Returns the days of the week that this DeliveryWindow is available |
duration |
Number | Returns the duration of the DeliveryWindow |
duration_unit |
String | Returns the unit of the duration of the DeliveryWindow |
id |
String | Returns the unique id for this DeliveryWindow |
offset |
Number | Returns the offset of the DeliveryWindow |
offset_unit |
String | Returns the unit of the offset of the DeliveryWindow |
timeslot_groups |
List[DeliveryTimeslotGroup] | Returns the available timeslot groups for this DeliveryWindow |
timeslots |
List[String] | Returns the available timeslots for this DeliveryWindow |
timezone |
String | Returns the timezone of the DeliveryWindow |
zone |
Zone | Returns the Zone associated with this DeliveryWindow |