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)))When there is no wage base, this method returns all Earnings as taxable. This is true even if the rate is 0% and no tax is due.
value = object.
object.value
| Part | Description |
|---|---|
| object | A TaxControl object. |
| value | A undefined result/expression. |