Skip to content

ModelloContabileRiga class

A ModelloContabile row.

public class ModelloContabileRiga : BaseEntity

Public Members

name description
ModelloContabileRiga() The default constructor.
CausaleContabileId { get; set; } Unique CausaleContabile id.
ContoRaw { get; set; } Account number, in raw format. Up to five levels are supported, each expressed by up to five characters aligned to the right and padded with blank characters, eg: " 100 20" (ten characters total) expresses "100.20".
Importo { get; set; } Amount.
ModelloContabileId { get; set; } Unique ModelloContabile id.
SegnoContabile { get; set; } Credit or Debit.
TipoImporto { get; set; } What Importo represents.

See Also