Reparto class
Department.
public class Reparto : BaseEntity
Public Members
| name | description |
|---|---|
| Reparto() | The default constructor. |
| CausaleIva { get; set; } | VAT Code. Expandable. |
| CausaleIvaId { get; set; } | Unique CausaleIva id. |
| Numero { get; set; } | Department number. |
| Prezzo { get; set; } | Price matched to the department. |
| Sconto { get; set; } | Discount recognized at the use of the department (percentage). |
See Also
- class BaseEntity
- namespace Amica