pricePerUnitBeforeDiscounts property

double? pricePerUnitBeforeDiscounts
read / write

Original gross price of the item / product or provided service per unit before discounts were applied. PricePerUnit * Quantity = SUM(VatAmounts[].InclVat) A precision of 5 decimal places is used.

Implementation

double? pricePerUnitBeforeDiscounts;