Skip to content

TaxType

A read-only property indicating the category for the selected tax.

Syntax

value = object.TaxType

object is a TaxControl instance.

value is a boolean variable.

Details

This property indicates under which category (federal, state, local or other) the currently selected tax falls. The returned string will be one of the following values:

ValueDescription
FFederal
SState
LLocal
OOther
PPrivate

Note: Private tax formulas are used internally by other tax formulas. The only potentially useful private tax calculation for payroll developers would be the wage base formulas. For example, you can determine the annual Social Security wage base used by “FICA SS” by calculating the corresponding “FICA SS Wage Base” (which is private) with a PayPeriodsPerYear value of 1.