8 API Reference‎ > ‎Resources‎ > ‎

Restrictions

NOTICE: This resource is not implemented yet.

Represents restrictions set for an offer.

Attributes:

Data Example

JSON

{
    "restrictions": {
        "time_frames": [TimeFrame, ...]
    }
}

XML

<restrictions>
    <time_frames>
        <time_frame>TimeFrame</time_frame>
        ...
    </time_frames>
</restrictions>

Actions

No actions supported.
Comments