OVPAY-1518 - taxPercentageAmount should be number.

This commit is contained in:
Bas Boterman 2025-03-18 17:25:58 +01:00
parent 57e37d5736
commit 067f510d50

View File

@ -4048,7 +4048,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
@ -4083,7 +4083,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