Click or drag to resize

DetailTaxData Class

Check detail tax data container.
Inheritance Hierarchy

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

The DetailTaxData type exposes the following members.

Constructors
  NameDescription
Protected methodDetailTaxData
Initializes a new instance of the DetailTaxData class
Top
Properties
  NameDescription
Public propertyNonTaxable
this value is available on the detail item but is duplicated here
Public propertyNumTaxRates
returns the total number of tax rates configurable in the system
Public propertyTaxForgivenTotal
this value is available on the detail item but is duplicated here
Public propertyTotal
this convenience method adds up all of the per-rate totals if you need the total tax rate for this menu item use this property as it is much faster than iterating through the data yourself
Top
Methods
  NameDescription
Public methodGetActiveTaxRateData
returns the array of *active* tax rate data for this detail item this is the preferred method to use as it is faster than GetAllTaxRateData()
Public methodGetAllTaxRateData
returns the complete array of tax rate data for this detail item
Top
See Also