Skip to content

Scadenza class

Payment due date.

public class Scadenza : BaseEntity

Public Members

name description
Scadenza() The default constructor.
Anagrafica { get; set; } Anagrafica. Expandable.
AnagraficaId { get; set; } Anagrafica id.
Data { get; set; } Due date.
DataDocumento { get; set; } Fiscal document date.
DataPagamento { get; set; } Payment date.
Descrizione { get; set; } Description.
Documento { get; set; } Documento. Expandable.
DocumentoId { get; set; } Documento id.
DocumentoNumero { get; set; } Document number, e.g. "99/bis". Document must be already saved on the system.
DocumentoNumeroParteNumerica { get; set; } Document number, the numeric part (e.g., 99).
DocumentoNumeroParteTesto { get; set; } Document number, the alphanumeric part (e.g., "bis")
Importo { get; set; } Due date amount.
ImportoDaPagare { get; } Remainder that result to be still paid.
ImportoPagato { get; set; } The already paid amount of the due date.
ModalitaPagamento { get; set; } ModalitaPagamento. Expandable.
ModalitaPagamentoId { get; set; } ModalitaPagamento id.
Note { get; set; } Notes.
Pagata { get; } Whether the due date is paid.
PagataManualmente { get; set; } Whether the deadline has been manually set as 'paid'.
PartitaAnno { get; set; } Open debit entry's year.
PartitaNumero { get; set; } Open debit entry's number.
RegistrazioneContabile { get; set; } Account record. Expandable.
RegistrazioneContabileId { get; set; } RegistrazioneContabile id.
TipoScadenza { get; set; } Due date kind.

See Also