OrderProposal
This page describes the OrderProposal type.
Properties
Optional properties
Property
Expected Type
Description
</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>Last updated