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: Amount:
type: "number" type: "number"
SalesPriceNetSingle: SalesPriceNetSingle:
type: "string" type: "number"
SalesPriceGrossSingle: SalesPriceGrossSingle:
type: "string" type: "number"
SalesPriceNetTotal: SalesPriceNetTotal:
type: "string" type: "number"
SalesPriceGrossTotal: SalesPriceGrossTotal:
type: "string" type: "number"
Designation: Designation:
type: "string" type: "string"
_HashValue: _HashValue: