Skip to content

Commit 73fc93c

Browse files
author
Crhistian Ramirez
committed
1 parent ef5a617 commit 73fc93c

5 files changed

Lines changed: 27 additions & 15 deletions

File tree

docs/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/interfaces/order.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ <h3>Properties</h3>
7878
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="order.html#fromuserid" class="tsd-kind-icon">From<wbr>UserID</a></li>
7979
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="order.html#id" class="tsd-kind-icon">ID</a></li>
8080
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="order.html#issubmitted" class="tsd-kind-icon">Is<wbr>Submitted</a></li>
81+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="order.html#lastupdated" class="tsd-kind-icon">Last<wbr>Updated</a></li>
8182
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="order.html#lineitemcount" class="tsd-kind-icon">Line<wbr>Item<wbr>Count</a></li>
8283
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="order.html#promotiondiscount" class="tsd-kind-icon">Promotion<wbr>Discount</a></li>
8384
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="order.html#shippingaddressid" class="tsd-kind-icon">Shipping<wbr>AddressID</a></li>
@@ -193,6 +194,13 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> Is<wbr>Submitted</h3>
193194
<aside class="tsd-sources">
194195
</aside>
195196
</section>
197+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
198+
<a name="lastupdated" class="tsd-anchor"></a>
199+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Last<wbr>Updated</h3>
200+
<div class="tsd-signature tsd-kind-icon">Last<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
201+
<aside class="tsd-sources">
202+
</aside>
203+
</section>
196204
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
197205
<a name="lineitemcount" class="tsd-anchor"></a>
198206
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Line<wbr>Item<wbr>Count</h3>
@@ -319,6 +327,9 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> xp</h3>
319327
<li class=" tsd-kind-property tsd-parent-kind-interface">
320328
<a href="order.html#issubmitted" class="tsd-kind-icon">Is<wbr>Submitted</a>
321329
</li>
330+
<li class=" tsd-kind-property tsd-parent-kind-interface">
331+
<a href="order.html#lastupdated" class="tsd-kind-icon">Last<wbr>Updated</a>
332+
</li>
322333
<li class=" tsd-kind-property tsd-parent-kind-interface">
323334
<a href="order.html#lineitemcount" class="tsd-kind-icon">Line<wbr>Item<wbr>Count</a>
324335
</li>

0 commit comments

Comments
 (0)