Skip to content

ModelloContabile class

Accounting entry template.

public class ModelloContabile : BaseEntity

Public Members

name description
ModelloContabile() The default constructor.
AzionePartita { get; set; } Effect on open debit payment entry.
Codice { get; set; } Template code.
Nome { get; set; } Name.
RegistroIvaId { get; set; } Unique RegistroIva id.
Righe { get; set; } Accoutning record rows.
SegnoIva { get; set; } VAT positivity or negativity.
Stato { get; set; } Wether the template is active or not.
TipoOperazioneContabile { get; set; } Accounting transaction type.
TipoRegistrazioneContabile { get; set; } Accounting record type.

See Also