[SerializableAttribute]
public class TaxRatesInvoice : BindableCore
<SerializableAttribute>
Public Class TaxRatesInvoice
Inherits BindableCore
TaxRatesInvoice | Initializes a new instance of the TaxRatesInvoice class |
AmountBase | Amount of the tax base [ImporteBase]. |
AmountTax | Amount of the tax [ImporteTasa]. |
CalculationTypeTaxRates | Method of calculating the rate [MetodoCalculo]. |
CascadePercent | Cascade rate percentage [PorcentajeCascada]. |
CurrencyAmountBase | Amount of the tax base in the currency [ImporteBaseDivisa]. |
CurrencyAmountTax | Amount of the tax in the currency [ImporteTasaDivisa]. |
TaxRateCode | Tax rate code [CodTipoTasa]. |
TaxRateTreatment | Tax rate treatment [Tratamiento]. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |