>>Java

Tax

An object representing a single tax, generated from the Tax Table.

The Tax object represents a tax, and is a member of the Taxes collection. (Use the Item property of the Taxes object to retrieve this object.)

Tax properties:

PropertyDescription
AuxiliaryInstructions

Instructions which correspond to the selected tax's Auxiliary field (read-only).

AuxiliaryTag

Label for Auxiliary.

Discontinued

Discontinued, when true, means that the tax is no longer assessed (read-only).

EffectiveDate

EffectiveDate is the date on which the selected tax begins (read-only).

Instructions

Instructions which correspond to the selected tax (read-only).

MiscellaneousInstructions

Instructions which correspond to the selected tax's Miscellaneous field (read-only).

MiscellaneousTag

Label for Miscellaneous.

Nonresident

Returns true if the Tax is for non-residents only (read-only).

Psd

Returns the "PSD Code" of the selected tax, or zero if not applicable (read-only).

Published

Publication information for the selected tax (read-only).

RoundingOptional

Indicates whether the selected tax can be rounded to the nearest dollar amount (read-only).

RoundingRequired

Indicates whether the selected tax has been rounded to the nearest dollar amount (read-only).

StateExemptionInstructions

Instructions which correspond to the selected tax's StateExemptions field (read-only).

StateExemptionTag

Label for StateExemptions.

TaxType

Returns the type of the currently selected tax (read-only).

Withheld

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

Zip

Returns the ZIP code(s) associated with the currently selected tax (read-only).

See Also: Taxes