OVPAY-1518 - TaxPercentageAmount is a number.

This commit is contained in:
Bas Boterman 2025-03-03 14:10:28 +01:00
parent d39a4ba51d
commit 2b754dfb75

View File

@ -1885,7 +1885,7 @@ paths:
- in: query
name: taxPercentageAmount
schema:
type: string
type: number
example: 21
description: The tax percentage amount.
- in: query
@ -3838,7 +3838,7 @@ components:
type: string
example: V21
taxPercentageAmount:
type: integer
type: number
example: 21
description:
type: string