Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
feat: Add invoice amount fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpglick committed Aug 8, 2023
1 parent d006ec8 commit da62965
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vic.api.v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2941,6 +2941,14 @@ components:
- lineItems
- status
properties:
totalAmount:
allOf:
- $ref: "#/components/schemas/MonetaryValue"
description: The total amount of the invoice, including tax/VAT.
amountWithoutTax:
allOf:
- $ref: "#/components/schemas/MonetaryValue"
description: The total amount of the invoice, excluding tax.
transactionType:
$ref: '#/components/schemas/TransactionType'
refNumber:
Expand Down

0 comments on commit da62965

Please sign in to comment.