Prezzo class
List price.
public class Prezzo : BaseEntity
Public Members
| name | description |
|---|---|
| Prezzo() | The default constructor. |
| Articolo { get; set; } | Product or item. Expandable. |
| ArticoloId { get; set; } | Unique Articolo id. Alternatively, use PrestazioneId. |
| Importo { get; set; } | Amount (price). |
| ListinoId { get; set; } | Unique Listino id. |
| Prestazione { get; set; } | Service. Expandable. |
| PrestazioneId { get; set; } | Unique Prestazione id. Alternatively, use ArticoloId. |
| ProvvigioneAgente { get; set; } | Commission paid to the agent, as a percentage. |
| ProvvigioneCapoArea { get; set; } | Commission paid to the area manager, as a percentage. |
| Ricarico { get; set; } | Recharge (percentage) to apply on top of the product (or servic) cost. If used, Importo will be ignored. |
| 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 |
See Also
- class BaseEntity
- namespace Amica