Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 822 Bytes

PriceCatalogueDataDto.md

File metadata and controls

16 lines (12 loc) · 822 Bytes

PriceCatalogueDataDto

Properties

Name Type Description Notes
id string Elements GUID identifier.
unit_price_from float The lower bound of the unit price [optional]
unit_price_to float The upper bound of the unit price [optional]
unit_price_average float The average unit price [optional]
wage_price_from float The lower bound of the wage price [optional]
wage_price_to float The upper bound of the wage price [optional]
wage_price_average float The average wage price [optional]

[Back to Model list] [Back to API list] [Back to README]