Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.05 KB

GrossPriceComponentDto.md

File metadata and controls

17 lines (13 loc) · 1.05 KB

GrossPriceComponentDto

Properties

Name Type Description Notes
tax_rate float This components tax rate.
deduction_factor float This is the factor of applied deductions for this component
total_net float The total net price for all components of a given tax rate.
total_deducted float The resulting price component after applied deductions
total_tax float The total tax amount for all components of a given tax rate.
total_gross float The total gross price for all components of a given tax rate.
total_gross_deducted float The total gross price for all components of a given tax rate, after applied deductions.
total_tax_deducted float The total tax amount for all components of a given tax rate, after applied deductions.

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