Fix: Wrong type

This commit is contained in:
Nico Kroll 2024-07-02 14:02:58 +02:00
parent 44cb101990
commit 6c9a468e10
1 changed files with 4 additions and 4 deletions

View File

@ -3961,13 +3961,13 @@ components:
Amount:
type: "number"
SalesPriceNetSingle:
type: "string"
type: "number"
SalesPriceGrossSingle:
type: "string"
type: "number"
SalesPriceNetTotal:
type: "string"
type: "number"
SalesPriceGrossTotal:
type: "string"
type: "number"
Designation:
type: "string"
_HashValue: