Skip to content

Commit caae536

Browse files
Merge pull request #222 from hzoppetti/unit-price
Update unit_price in Invoice Item
2 parents 98640bc + b9fa5bf commit caae536

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
@@ -14483,8 +14483,8 @@ components:
1448314483
- hourly
1448414484
- misc
1448514485
example: hourly
14486-
unitprice:
14487-
type: number
14486+
unit_price:
14487+
type: string
1448814488
readOnly: true
1448914489
description: The monthly service fee in US Dollars for this Item.
1449014490
example: 5.05

0 commit comments

Comments
 (0)