| GetPayrollPayTypeModelPayTypeID Property |  | 
                The unique ID used to identify the payroll pay type.
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic int PayTypeID { get; set; }function get_PayTypeID();
function set_PayTypeID(value);
Property Value
Int32 Remarks
Remarks
                The unique ID used to identify the payroll pay type. This number can be negative and has default unchangeable types.
                
Predefined Pay Type Values
| Name | Value | 
|---|
| Work | -1 | 
| Lunch | -2 | 
| Break | -3 | 
| Transfer | -4 | 
| Regular | -5 | 
| OT1 | -5 | 
| OT2 | -6 | 
| OT3 | -7 | 
 Example
Example11
 See Also
See Also