PayrollTaxTypeInitialization Class [AX 2012]
The PayrollTaxTypeInitialization class initializes all the default payroll tax type information.
| Method | Description | |
|---|---|---|
| adjustStateLocationCode | Adjusts the state GNIS location code so that it is properly formatted for exceptions such as Maryland. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getResidentTaxLocation | Gets the worker's resident tax region. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWorkerTaxRegionForSymmetryForTaxCode | Determines the first PayrollWorkerTaxRegionForSymmetry record that applies to the tax code for the current worker. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Constructs an instance of the PayrollTaxTypeInitialization class that is initialized with a specific instance of the tax engine. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setCity | Specifies parameters for city tax processing. |
| setCounty | Specifies parameters for county tax processing. |
| setEIT | Specifies parameters for Earned Income tax processing. |
| setEmployerFUTA | Specifies parameters for employer Federal Unemployment tax processing. |
| setEmployerSDI | Specifies parameters for State Disability Insurance tax processing. |
| setEmployerSDIWashington | Specifies parameters for employer Washington Industrial Insurance tax processing. |
| setEmployerSUTA | Specifies parameters for employer State Unemployment tax processing. |
| setEmployerTransit | Specifies parameters for employer Oregon Transit tax processing. |
| setEmployerUHI | Specifies parameters for employer Massachusetts Unemployment Health Insurance tax processing. |
| setEmployerWC | Specifies parameters for employer Massachusetts Unemployment Health Insurance tax processing. |
| setEMST | Specifies parameters for PA EMST tax processing. |
| setFICA | Specifies parameters for FICA (Social Security) tax processing. |
| setFIT | Specifies parameters for Federal Income tax processing. |
| setFLI | Specifies parameters for New Jersey Family Leave Insurance tax processing. |
| setHCSF | Specifies parameters for New Jersey Health Care Subsidy Fund tax processing. |
| setMedicare | Specifies parameters for Medicare tax processing. |
| setMHT | Specifies parameters for Kentucky County Mental Health tax processing. |
| setMOT | Specifies parameters for West Virginia Municipal Occupation Fee tax processing. |
| setOLF | Specifies parameters for Kentucky City Occupational License Fee or West Virginia City Service Fee processing. |
| setOLFCounty | Specifies parameters for Kentucky County Occupational License Fee processing. |
| setOLTS | Specifies parameters for Kentucky County Occupational License Fee for Schools processing. |
| setSCHL | Specifies parameters for Ohio School Districts Tax processing. |
| setSCT | Specifies parameters for Kentucky County Senior Citizen tax processing. |
| setSDI | Specifies parameters for State Disability Insurance tax processing. |
| setSIT | Specifies parameters for State Income tax processing. |
| setSUI | Specifies parameters for State Unemployment Insurance tax processing. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setTT | Specifies parameters for Kentucky County Transit tax processing. |
| setWC | Specifies parameters for state Worker’s Compensation Insurance tax processing. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates a new instance of the PayrollTaxTypeInitialization class and updates its internal state variables. |
Community Additions
ADD
Show: