Click or drag to resize

UserRatesSalaryType Property

Gets the salary type assigned to a user

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

Property Value

String
Remarks
Gets the salary type assigned to a user. Salary type defines if this employee is paid an hourly wage or on a salaried basis. This value is an enum with two primary values salary and hourly.

Note  Note
Setup:
Manager > Employees > Rates Tab
Example
Salary,Hourly
See Also