Click or drag to resize

AddPayrollPayAdjustModel Class

This class is the model for payroll pay adjustments
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddPayrollPayAdjustModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class AddPayrollPayAdjustModel

The AddPayrollPayAdjustModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAllowEmpEntry Allow the employee to entry a pay adjustment
Public propertyCode exampleCode The code of the payroll pay adjustments
Public propertyCode exampleEndDateTime The date time in which the pay adjustment will no longer be effective
Public propertyCode exampleIncludeinWAOT Will inlcude in blended rate
Public propertyCode exampleIsDedution Is the pay adjustment a deduction
Public propertyCode exampleIsDeleted Is the pay adjustment flagged as deleted
Public propertyCode exampleName The name of the payroll pay adjustments
Public propertyCode exampleOperatorType The operater type to apply to the pay adjustment forumla
Public propertyCode examplePayPerUnit The amount to pay per unit
Public propertyCode exampleStartDateTime The date time in which the pay adjustment will start to be effective
Public propertyCode exampleUnitLabel The unit label to associate with the pay adjustment
Public propertyCode exampleUseEmpPayRate Use the employees pay rate
Public propertyCode exampleUseFormula Apply the formla to a pay adjustment
Top
Remarks
This class is the model for payroll pay adjustments

Example
For example code see [!:V2.Methods.WSPayrollPayType.AddPayrollPayAdjust]
See Also