Click or drag to resize

GetUserTimeOffBalanceModelPayTypeID Property

Gets the pay type id that is associated with this time off balance request

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
Gets the pay type id that is associated with this time off balance request. For more details on pay types see the GetPayrollPayType(GetPayrollPayTypeIn) method.
Example
123
See Also