StateExemptions
A property used to set the employee’s state exemption amount.
Syntax
value = object.StateExemptions
object.StateExemptions = value
value = object.getStateExemptions()
object.setStateExemptions(value)
object is a TaxControl instance.
value is a float variable or expression.
Details
This input property indicates the employee’s state exemptions (or sometimes number of dependents), taken from various state forms (indicated by the StateExemptionsInstructions property). This value is used by many state taxes, and by “Federal Income Tax”. For states which use an exemption level different from federal, place that value in the StateExemptions property.