| CheckTaxDataBySalesItemizerGetTax Method  | 
 
            get tax value for this sales itemizer/tax rate
            
 
    Namespace: 
   Micros.PosCore.Extensibility.Ops
    Assembly:
   PosCore (in PosCore.dll) Version: 18.2
 Syntax
Syntaxpublic abstract decimal GetTax(
	int salesItemizerIndex,
	int taxIndex
)
Parameters
- salesItemizerIndex
- Type: SystemInt32
 
- taxIndex
- Type: SystemInt32
 
Return Value
Type: 
Decimal See Also
See Also