PayrollTaxTypeInitialization.setEIT Method [AX 2012]

Specifies parameters for Earned Income tax processing.

public void setEIT(
    PayrollTaxCodeId _taxCodeId, 
    boolean _isExempt, 
    boolean _isResidentCity)

Run On

Server

Parameters

_taxCodeId
Type: PayrollTaxCodeId Extended Data Type
The Symmetry tax code that is being processed.
_isExempt
Type: boolean
A value that specifies whether the tax code is exempt from the tax calculation.
_isResidentCity
Type: boolean
A value that specifies whether it is a resident city.

Community Additions

ADD
Show: