Class DocumentTaxPosition
- Namespace
- RetailForce.Fiscalisation.Model.Document
- Assembly
- RetailForce.Fiscalisation.Model.dll
Represents a tax position (summary for all tax items on a document).
public class DocumentTaxPosition
- Inheritance
-
DocumentTaxPosition
- Inherited Members
Properties
GrossAmount
The gross amount (including vat) for this vat position.
public decimal GrossAmount { get; set; }
Property Value
NetAmount
The net amount (without vat) for this vat position.
public decimal NetAmount { get; set; }
Property Value
VatAmount
The amount of the vat for this vat position.
public decimal VatAmount { get; set; }
Property Value
VatAmount2
The amount of the vat for this vat position.
public decimal? VatAmount2 { get; set; }
Property Value
VatIdentification
The identification for this vat position.
public int VatIdentification { get; set; }
Property Value
VatLabel
An additional vat label to the vat identification for certain countries.
public string VatLabel { get; set; }
Property Value
VatPercent1
The percentage for this vat position.
public decimal VatPercent1 { get; set; }
Property Value
VatPercent2
The percentage for this vat position.
public decimal? VatPercent2 { get; set; }
Property Value
Methods
Revert()
Reverts the tax amounts.
public void Revert()