Click or drag to resize

GetPayrollPayTypeModel Class

This class is the model for getting payroll pay types
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetPayrollPayTypeModel

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

The GetPayrollPayTypeModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleCode The code of the payroll pay type
Public propertyCode exampleEndDateTime The date time in which the pay type will no longer be effective
Public propertyCode exampleID The internal key ID used to identify the payroll pay type.
Public propertyCode exampleIsDeleted Has the payroll pay type been flagged as deleted
Public propertyCode exampleIsWorkType Is this payroll pay type a work type
Public propertyCode exampleName The name of the payroll pay type
Public propertyCode examplePayTypeID The unique ID used to identify the payroll pay type.
Public propertyCode exampleStartDateTime The date time in which the pay type will start to be effective
Top
Remarks
This class is the model for getting payroll pay types

Example
See Also