Table of Contents

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

decimal

NetAmount

The net amount (without vat) for this vat position.

public decimal NetAmount { get; set; }

Property Value

decimal

VatAmount

The amount of the vat for this vat position.

public decimal VatAmount { get; set; }

Property Value

decimal

VatAmount2

The amount of the vat for this vat position.

public decimal? VatAmount2 { get; set; }

Property Value

decimal?

VatIdentification

The identification for this vat position.

public int VatIdentification { get; set; }

Property Value

int

VatLabel

An additional vat label to the vat identification for certain countries.

public string VatLabel { get; set; }

Property Value

string

VatPercent1

The percentage for this vat position.

public decimal VatPercent1 { get; set; }

Property Value

decimal

VatPercent2

The percentage for this vat position.

public decimal? VatPercent2 { get; set; }

Property Value

decimal?

Methods

Revert()

Reverts the tax amounts.

public void Revert()