AddUserTimeNonWorkShiftModelPayTypeID Property | |
The non-work pay type that should be associated with this transaction
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int PayTypeID { get; set; }
function get_PayTypeID();
function set_PayTypeID(value);
Property Value
Int32Remarks
The non-work pay type that should be associated with this transaction. Non-work pay types include values like PTO, Sick-Time, etc.
Example 10
See Also