>>Java

Withheld Property

Indicates whether the selected tax should be withheld from the employee's pay (read-only).

Syntax

value = object.isWithheldTax()

Part
Description
objectA TaxControl or Tax object
valueA boolean result

Remarks

For example, the "FICA" tax is withheld from the employee's pay, and the Withheld property returned for this tax is True. The "FICA employer" tax, however, is not withheld from the employee's pay, and the Withheld property returned for this tax is False.