Pagamento class
Payment.
public class Pagamento : BaseEntity
Public Members
| name | description | 
|---|---|
| Pagamento() | The default constructor. | 
| CalcoloPrimaRata { get; set; } | Whether and how VAT and expenses should be considered in calculating the first installment. | 
| DecorrenzaPrimaRata { get; set; } | When the first installment payment takes effect. | 
| FineMese { get; set; } | Whether due dates should be carried to the end of the month. | 
| GiorniAggiuntivi { get; set; } | Extra days to be added to each due date. | 
| GiorniEsatti { get; set; } | Whether payment is used in case of 'Art. 62 food products (exact days)'. | 
| InizioScadenze { get; set; } | Periodicity of the first installment. For subsequent ones, set Periodicità. | 
| ModalitaPagamento { get; set; } | Payment method. Expandable. | 
| ModalitaPagamentoId { get; set; } | Unique ModalitaPagamento id. | 
| Nome { get; set; } | Nome, or description. | 
| Note { get; set; } | Notes. | 
| Periodicità { get; set; } | Periodicity of installments after the first installment. For the first installment, set InizioScadenze. Default set to 30. | 
| Rate { get; set; } | Number of installments. | 
| RisorsaFinanziaria { get; set; } | Financial resource. Expandable. | 
| RisorsaFinanziariaId { get; set; } | Unique RisorsaFinanziaria id. | 
| Sconto { get; set; } | Discount recognized for use of payment (percentage). | 
| Spesa { get; set; } | Expenditure matched with payment. Expandable. | 
| SpesaId { get; set; } | Unique Spesa id. | 
See Also
- class BaseEntity
 - namespace Amica