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: 19.8
Syntax
C#
public abstract DetailTaxDataPerRate[] GetActiveTaxRateData()

Return Value

DetailTaxDataPerRate
See Also