Skip to content

BeneServizioComputeResult class

Returned by BeneServizioServizio's Compute method.

public class BeneServizioComputeResult

Public Members

name description
BeneServizioComputeResult() The default constructor.
Importo { get; set; } Amount, determined as the product of Quantità and PrezzoScontato.
Prezzo { get; set; } Price excluding VAT.
PrezzoIvato { get; set; } Price including VAT.
PrezzoScontato { get; set; } Discounted price, i.e., net of indicated percentage discounts and unconditional discount.

See Also