pricePerUnit property
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;
Gross price of the item / product or provided service per unit. PricePerUnit * Quantity = SUM(VatAmounts[].InclVat) A precision of 5 decimal places is used.
double pricePerUnit;