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

Commit

Permalink
Add vatRate to InvoiceLineItemInfo (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammbot authored Jan 20, 2024
1 parent a77f4b6 commit 25a3e6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- Add `vatRate` to `#/components/schemas/InvoiceLineItemInfo`

## v0.19.0

- Added `rate` to `#/components/schemas/LineItemVat`
Expand Down
6 changes: 6 additions & 0 deletions vic.api.v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4469,6 +4469,12 @@ components:
vatAmount:
type: number
nullable: true
vatRate:
oneOf:
- $ref: '#/components/schemas/MonetaryValue'
nullable: true
description: |
The amount of VAT percentage. If the VAT percentage is unknown, this should be left `NULL` or unspecified.
RequestIdCallback:
type: object
required: [requestId]
Expand Down

0 comments on commit 25a3e6c

Please sign in to comment.