Click or drag to resize

DetailTaxDataGetActiveTaxRateData Method

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()

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

Return Value

Type: DetailTaxDataPerRate
See Also