Fix: Wrong type
This commit is contained in:
parent
44cb101990
commit
6c9a468e10
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue