>>Java

TaxableWages Method

Returns the calculated taxable wages.

Syntax

value = object.getTaxableWages()

Part
Description
objectA TaxControl object
valueA numeric result

Remarks

This method returns the employee's taxable wages. For many taxes, this is the same as the current period earnings. For taxes with a wage limit, however, it could be less.

When there is a wage limit, computed as:

   min(Earnings, max(0, (wage_limit - YTDEarnings)))