Class CalculationSheetInfo
Accessors
grossPrice
- get grossPrice(): undefined | Money
-
Returns undefined | Money
itemNetPrice
- get itemNetPrice(): undefined | Money
-
Returns undefined | Money
netPrice
- get netPrice(): undefined | Money
-
Returns undefined | Money
purchasePrice
- get purchasePrice(): undefined | Money
-
Returns undefined | Money
salesPrice
- get salesPrice(): undefined | Money
-
Returns undefined | Money
unitGrossPrice
- get unitGrossPrice(): undefined | Money
-
Returns undefined | Money
unitItemNetPrice
- get unitItemNetPrice(): undefined | Money
-
Returns undefined | Money
unitNetPrice
- get unitNetPrice(): undefined | Money
-
Returns undefined | Money
unitPurchasePrice
- get unitPurchasePrice(): undefined | Money
-
Returns undefined | Money
unitSalesPrice
- get unitSalesPrice(): undefined | Money
-
Returns undefined | Money
Helper class for CalculationSheet handling.