DetailTaxData Class |
Namespace: Micros.PosCore.Extensibility.Ops
public abstract class DetailTaxData
The DetailTaxData type exposes the following members.
| Name | Description | |
|---|---|---|
| DetailTaxData | Initializes a new instance of the DetailTaxData class |
| Name | Description | |
|---|---|---|
| NonTaxable |
this value is available on the detail item but is duplicated here
| |
| NumTaxRates |
returns the total number of tax rates configurable in the system
| |
| TaxForgivenTotal |
this value is available on the detail item but is duplicated here
| |
| Total |
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
|
| Name | Description | |
|---|---|---|
| GetActiveTaxRateData |
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()
| |
| GetAllTaxRateData |
returns the complete array of tax rate data for this detail item
|