Skip to content

BeneServizioComputeData class

Used by BeneServizioService's Compute to compute method.

public class BeneServizioComputeData

Public Members

name description
BeneServizioComputeData() The default constructor.
CausaleIvaId { get; set; } Unique CausaleIva id.
IvaEsclusa { get; set; } Wether the computation is to made from Prezzo or PrezzoIvato.
ListinoId { get; set; } Unique Listino id.
Prezzo { get; set; } Price excluding VAT
PrezzoIvato { get; set; } Price VAT included.
Quantità { get; set; } Quantity.
Sconto1 { get; set; } First percentage discount, applied to the price of the good or service.
Sconto2 { get; set; } Second percentage discount, applied following the application of Sconto1
Sconto3 { get; set; } Third percentage discount, applied following the application of Sconto2
Sconto4 { get; set; } Fourth percentage discount, applied following the application of Sconto3
ScontoIncondizionato { get; set; } Unconditional discount, in currency, applied to the price of the good or service.

See Also