Click or drag to resize

GetUserTimeOffBalanceModelPayType Property

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

Property Value

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