Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 863 Bytes

GrossPriceComponentDto.md

File metadata and controls

16 lines (11 loc) · 863 Bytes

GrossPriceComponentDto

Properties

Name Type Description Notes
TaxRate float32 This components tax rate.
DeductionFactor float32 This is the factor of applied deductions for this component
TotalNet float32 The total net price for all components of a given tax rate.
TotalDeducted float32 The resulting price component after applied deductions [readonly]
TotalTax float32 The total tax amount for all components of a given tax rate. [readonly]
TotalGross float32 The total gross price for all components of a given tax rate. [readonly]

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