Click or drag to resize

CashRegisterVatData Properties

The CashRegisterVatData type exposes the following members.

Properties
  NameDescription
Public propertyHaveTaxableSum
True if TaxableSum is valid
Public propertyHaveTaxAmount
True if TaxAmount is valid
Public propertyIsCalculated
Is calculated VAT rate?
(Inherited from FiscalRegisterTaxItem.)
Public propertyIsTaxable
True if not extempted VAT rate
(Inherited from FiscalRegisterTaxItem.)
Public propertyTaxableSum
Taxable sum.
Public propertyTaxAmount
Tax amount.
Public propertyTaxId
Tax id in fiscal register (for ex. 0, 1, 2, A, B, C, etc..).
(Inherited from FiscalRegisterTaxItem.)
Public propertyTaxName
Tax name to display.
(Inherited from FiscalRegisterTaxItem.)
Public propertyTaxPercent
Tax item in percent.
(Inherited from FiscalRegisterTaxItem.)
Top
See Also