PayrollTaxTypeInitialization::construct Method [AX 2012]
Creates a new instance of the PayrollTaxTypeInitialization class and updates its internal state variables.
server public static PayrollTaxTypeInitialization construct(CLRObject _taxEngine, PayrollPayStatement _payStatement)
Run On
ServerParameters
- _taxEngine
- Type: CLRObject Class
The tax engine instance.
- _payStatement
- Type: PayrollPayStatement Table
The record ID of the pay statement.
Return Value
Type: PayrollTaxTypeInitialization ClassAn instance of the PayrollTaxTypeInitialization class.
Show: