This type is derived from https://schema.org/Order, which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.
@id properties are used as identifiers for compatibility with JSON-LD. The value of such a property must always be an absolute URI that provides a stable globally unique identifier for the resource, as described in RFC3986.
The primary purpose of the URI format in this context is to provide natural namespacing for the identifier. Hence, the URI itself may not resolve to a valid endpoint, but must use a domain name controlled by the resource owner (the organisation responsible for the OpenActive open data feed).
The organisation or developer providing an application that allows Customers to make bookings. Those applications will be clients of the API defined in this specification. If brokerRole is set to https://openactive.io/NoBroker this is not required.
</td>
</tr>
<tr>
<td style="text-align:left"><b>orderNumber</b></td>
<td style="text-align:left">
<a href="https://schema.org/Text"><code>Text</code></a>
</td>
<td style="text-align:left">
<p>The Customer-facing identifier of the Order.</p>
</td>
</tr>
<tr>
<td style="text-align:left"><b>orderProposalStatus</b></td>
<td style="text-align:left">
<a href="https://openactive.io/OrderProposalStatus"><code>OrderProposalStatus</code></a>
</td>
<td style="text-align:left">
</td>
</tr>
<tr>
<td style="text-align:left"><b>orderProposalVersion</b></td>
<td style="text-align:left">
<a href="https://schema.org/URL"><code>URL</code></a>
</td>
<td style="text-align:left">
<p>The unique URL representing this version of the OrderProposal, or the version of the OrderProposal to which this Order is related.</p>
</td>
</tr>
<tr>
<td style="text-align:left"><b>orderSellerNote</b></td>
<td style="text-align:left">
<a href="https://schema.org/Text"><code>Text</code></a>
</td>
<td style="text-align:left">
</td>
</tr>
<tr>
<td style="text-align:left"><b>orderedItem</b></td>
<td style="text-align:left">
Array of <a href="https://developer.openactive.io/data-model/types/orderitem"><code>OrderItem</code></a>
</td>
<td style="text-align:left">
<p>The items that constitute the Order.</p>
</td>
</tr>
<tr>
<td style="text-align:left"><b>payment</b></td>
<td style="text-align:left">
<a href="https://developer.openactive.io/data-model/types/payment"><code>Payment</code></a>
</td>
<td style="text-align:left">
<p>The payment associated with the Order by the Broker. It is required for cases where a payment has been taken.</p>
</td>
</tr>
<tr>
<td style="text-align:left"><b>seller</b></td>
<td style="text-align:left">
<a href="https://developer.openactive.io/data-model/types/organization"><code>Organization</code></a><br/> - or - <br/><a href="https://developer.openactive.io/data-model/types/person"><code>Person</code></a><br/> - or - <br/><code>@id</code> reference
</td>
<td style="text-align:left">
<p>The organisation (schema:Organization) or person (schema:Person) providing access to events or facilities via a Booking System. e.g. a leisure provider or independent instructor running a yoga classes.</p>
</td>
</tr>
<tr>
<td style="text-align:left"><b>taxCalculationExcluded</b></td>
<td style="text-align:left">
<a href="https://schema.org/Boolean"><code>Boolean</code></a>
</td>
<td style="text-align:left">
<p>Set to true when business-to-business tax calculation is required by the seller or brokerRole settings, but not supported by the Broker.</p>
</td>
</tr>
<tr>
<td style="text-align:left"><b>totalPaymentDue</b></td>
<td style="text-align:left">
<a href="https://developer.openactive.io/data-model/types/pricespecification"><code>PriceSpecification</code></a>
</td>
<td style="text-align:left">
</td>
</tr>
<tr>
<td style="text-align:left"><b>totalPaymentTax</b></td>
<td style="text-align:left">
Array of <a href="https://developer.openactive.io/data-model/types/taxchargespecification"><code>TaxChargeSpecification</code></a>
</td>
<td style="text-align:left">
<p>Breakdown of tax payable for the Order.</p>
</td>
</tr>