NOTICE: This resource is not implemented yet.
Represents a time frame for instant offers.
Attributes: week_day string.from time.to time.
Data ExampleJSON
{
"time_frame": {
"week_day": "monday",
"from": "10:00AM",
"to": "11:30AM"
}
}
XML
<week_day>monday</week_day>
<from>10:00AM</from>
<to>11:30AM</to>
</time_frame>
ActionsNo actions supported. |