TaxData Class

Contains information about the tax.

Definition

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

Constructors

TaxDataInitializes a new instance of the TaxData class

Properties

InputSpecialVATAccount Accounting account of input special VAT [CuentaRESoportado].
InputVATAccount Accounting account of input VAT [CuentaIVASoportado].
OutputSpecialVATAccount Accounting account of output special VAT [CuentaRERepercutido].
OutputVATAccount Accounting account of output VAT [CuentaIVARepercutido].
Percent Percent of VAT [PorcIVA].
PercentSpecial Percent of special VAT [PorcRE].
VATCode Code of tax [CodTipo].

Extension Methods

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

See Also