TaxRatesInvoice Class

Contains invoice information.

Definition

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

Constructors

TaxRatesInvoiceInitializes a new instance of the TaxRatesInvoice class

Properties

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].

Extension Methods

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

See Also