Skip to content

Commit 31e0a39

Browse files
Merge pull request #325 from XeroAPI/update-to-XeroAPI-v2_31
update sdk to OAS version 31
2 parents 936899a + f30030a commit 31e0a39

25 files changed

+1690
-64
lines changed

docs/v4/accounting/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3575,7 +3575,7 @@
35753575
},
35763576
"LineAmount" : {
35773577
"type" : "number",
3578-
"description" : "If you wish to omit either of the <Quantity> or <UnitAmount> you can provide a LineAmount and Xero will calculate the missing amount for you. The line amount reflects the discounted price if a DiscountRate has been used . i.e LineAmount = Quantity * Unit Amount * ((100 DiscountRate)/100)",
3578+
"description" : "If you wish to omit either the Quantity or UnitAmount you can provide a LineAmount and Xero will calculate the missing amount for you. The line amount reflects the discounted price if either a DiscountRate or DiscountAmount has been used i.e. LineAmount = Quantity * Unit Amount * ((100 - DiscountRate)/100) or LineAmount = (Quantity * UnitAmount) - DiscountAmount",
35793579
"format" : "double",
35803580
"x-is-money" : true
35813581
},
@@ -3594,7 +3594,7 @@
35943594
},
35953595
"DiscountAmount" : {
35963596
"type" : "number",
3597-
"description" : "Discount amount being applied to a line item. Only supported on ACCREC invoices - ACCPAY invoices and credit notes in Xero do not support discounts.",
3597+
"description" : "Discount amount being applied to a line item. Only supported on ACCREC invoices and quotes. ACCPAY invoices and credit notes in Xero do not support discounts.",
35983598
"format" : "double",
35993599
"x-is-money" : true
36003600
},
@@ -6065,7 +6065,7 @@
60656065
<nav id="scrollingNav">
60666066
<ul class="sidenav nav nav-list">
60676067
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
6068-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>4.22.0</li>
6068+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>4.23.0</li>
60696069
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
60706070
<li data-group="Accounting" data-name="createAccount" class="">
60716071
<a href="#api-Accounting-createAccount">createAccount</a>

0 commit comments

Comments
 (0)