Skip to content

Commit d4df0b9

Browse files
authored
Merge pull request #147 from XeroAPI/sid-development
Fix unit decimal point issue in objects
2 parents 503cb5c + f202197 commit d4df0b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

accounting-yaml/Xero_accounting_2.0.0_swagger.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17914,11 +17914,11 @@ components:
1791417914
Quantity:
1791517915
description: LineItem Quantity
1791617916
type: number
17917-
format: double
17917+
format: float
1791817918
UnitAmount:
1791917919
description: LineItem Unit Amount
1792017920
type: number
17921-
format: double
17921+
format: float
1792217922
ItemCode:
1792317923
description: See Items
1792417924
type: string
@@ -19254,7 +19254,7 @@ components:
1925419254
QuantityOnHand:
1925519255
description: The quantity of the item on hand
1925619256
type: number
19257-
format: double
19257+
format: float
1925819258
UpdatedDateUTC:
1925919259
description: Last modified date in UTC format
1926019260
type: string
@@ -19283,7 +19283,7 @@ components:
1928319283
decimal places. You can use 4 decimal places by adding the unitdp=4
1928419284
querystring parameter to your request.
1928519285
type: number
19286-
format: double
19286+
format: float
1928719287
AccountCode:
1928819288
description: Default account code to be used for purchased/sale. Not applicable to the purchase details of tracked items
1928919289
type: string

0 commit comments

Comments
 (0)