Skip to content

Commit 96dadbb

Browse files
committed
Update examples for InvoiceItem amount and total properties
Updated examples fit the arithmetic for the properties
1 parent a948d16 commit 96dadbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14395,7 +14395,7 @@ components:
1439514395
type: number
1439614396
readOnly: true
1439714397
description: The price, in US dollars, of the Invoice Item. Equal to the unit price multiplied by quantity.
14398-
example: 20.25
14398+
example: 20.20
1439914399
x-linode-cli-display: 4
1440014400
tax:
1440114401
type: number
@@ -14407,7 +14407,7 @@ components:
1440714407
type: number
1440814408
readOnly: true
1440914409
description: The price of this Item after taxes in US Dollars.
14410-
example: 21.50
14410+
example: 21.45
1441114411
x-linode-cli-display: 6
1441214412
from:
1441314413
type: string

0 commit comments

Comments
 (0)