Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 958 Bytes

PriceInformationDto.md

File metadata and controls

15 lines (11 loc) · 958 Bytes

PriceInformationDto

Properties

Name Type Description Notes
id string Elements GUID identifier.
hourly_wage float The amount of currency per one hour of manual labour work in this project.
deduction_factor float The final, total price will be deducted by this rate.
flat_sum float This is given when there is only one flat price for the whole service specification.
tax_rate float Global tax rate for the project. Note that certain elements may have a different, specific tax rate.
trade_discounts \Dangl\AVACloud\Model\TradeDiscountDto[] Trade discounts for offered in this ServiceSpecification. [optional]

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