pricePerUnit property

double pricePerUnit
read / write

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

Implementation

double pricePerUnit;