Click or drag to resize

GetPayrollPayAdjustModel Class

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

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

The GetPayrollPayAdjustModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAllowEmpEntry Allow the employee to enter the pay adjustment
Public propertyCode exampleCode The code of the payroll pay adjustment
Public propertyCode exampleEndDateTime The date time in which the pay adjustment will no longer be effective
Public propertyCode exampleID The internal key ID used to identify the payroll pay adjustment.
Public propertyCode exampleIsDeduction Is this payroll pay adjustment a deduction type
Public propertyCode exampleIsDeleted Has the payroll pay adjustment been flagged as deleted
Public propertyCode exampleName The name of the payroll pay adjustment
Public propertyCode examplePayAdjustID The unique ID used to identify the payroll pay adjustment.
Public propertyCode exampleStartDateTime The date time in which the pay adjustment will start to be effective
Public propertyCode exampleUseEmpPayRate Use the employee pay rate
Public propertyCode exampleUseFormula Use the pay adjust formula
Top
Remarks
This class is the model for payroll pay adjustments

Example
See Also