Click or drag to resize

DetailTaxDataPerRate Class

Check detail tax data per tax rate.
Inheritance Hierarchy

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public abstract class DetailTaxDataPerRate

The DetailTaxDataPerRate type exposes the following members.

Constructors
  NameDescription
Protected methodDetailTaxDataPerRate
Initializes a new instance of the DetailTaxDataPerRate class
Top
Properties
  NameDescription
Public propertyApplied
true if this tax rate was applied for this item.
Public propertyInclusive
true if this tax was an inclusive tax (inclusive or vat)
Public propertyIndex
the 0-based index of this tax rate
Public propertyTax
tax for tax rate. this applies to either add-on or inclusive tax.
Public propertyTaxable
taxable sales for tax rate. this applies to either add-on or inclusive tax.
Public propertyTaxLabel
Tax Label associated with tax rates
Top
See Also