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