Click or drag to resize

GetUserTimeOffBalanceModelPayTypeCode Property

Gets the pay type code 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 string PayTypeCode { get; set; }

Property Value

String
Remarks
Gets the pay type code that is associated with this time off balance request. For more details on pay types see the GetPayrollPayType(GetPayrollPayTypeIn) method.
Example
PTO
See Also