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 - in: query
name: taxPercentageAmount name: taxPercentageAmount
schema: schema:
type: string type: number
example: 21 example: 21
description: The tax percentage amount. description: The tax percentage amount.
- in: query - in: query
@ -3838,7 +3838,7 @@ components:
type: string type: string
example: V21 example: V21
taxPercentageAmount: taxPercentageAmount:
type: integer type: number
example: 21 example: 21
description: description:
type: string type: string