[SerializableAttribute]
public class TaxData : BindableCore
<SerializableAttribute>
Public Class TaxData
Inherits BindableCore
TaxData | Initializes a new instance of the TaxData class |
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]. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |