Click or drag to resize

AddUserTimeNonWorkShiftModelPayTypeID Property

The non-work pay type that should be associated with this transaction
* Required Property

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int PayTypeID { get; set; }

Property Value

Int32
Remarks
The non-work pay type that should be associated with this transaction. Non-work pay types include values like PTO, Sick-Time, etc.

Note  Note
To get a list of non-work pay types see GetPayrollPayType(GetPayrollPayTypeIn) with items flagged IsWorkType=false.
Example
10
See Also