AccountingEntryLine Class

Accounting note class.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class AccountingEntryLine : BindableCore
Inheritance
Object    BindableCore    AccountingEntryLine

Constructors

AccountingEntryLineInitializes a new instance of the AccountingEntryLine class

Properties

AccountCode Accounting account code, if not indicated, the account corresponding to the origin will be obtained [AccountCode].
Amount Result amount [Debe - Haber].
Analytical Analytical information from the note.
Concept Note concept [Concepto].
Credit Credit amount [Haber].
CurrencyAmount Result amount [Debe - Haber en divisa].
CurrencyCode Currency Code [CodDivisa].
CurrencyCredit Credit amount in currency [HaberDivisa].
CurrencyDebit Debit amount in currency [DebeDivisa].
Debit Debit amount [Debe].
Description Note description [Descripcion].
Document Note document [Documento].
ExternalDocument External Document [DocumentoExterno].
OriginCode Origin code depending on the type of origin (the client, or the account, or the supplier, etc...) [ClientCode, SupplierCode, OwnBancoId, FixedActiveCode, AccountCode].
OriginType Origin Type [TipoOrigen].
Reversed Reverted notes [Revertido].
TaxBase Tax base [BaseImpuesto].
TaxCode Tax type code [CodTipoImpuesto / CodImpuestoRetencion].
TaxPercent Tax percentage [Porcentaje].
TaxType Tax type [TipoImpuesto].

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also