Wage Class |
Namespace: AMG.API.Definitions.Employees
The Wage type exposes the following members.
Name | Description | |
---|---|---|
Amount |
Wage amount
| |
DepartmentWages |
Overridden Wages defined for Departments.
| |
JobWages |
Overridden Wages defined for Jobs.
| |
PayPeriod |
Pay Period if Type is Salary, Calculated_Salary or Budget.
enum PayPeriod { Weekly = 1, Biweekly = 2, Semimonthly = 3, Monthly = 4, Fourweekly = 5 } | |
SemimonthlyDays |
Semimonthly period days if PayPeriod is Semimonthly.
| |
StartDate |
Starting date of wage
| |
Type |
Wage type
enum WageType { Hourly = 1, Salary = 2, Calculated_Salary = 3, Daily = 4, Budget = 5 } | |
UseJobCosting |
Indicates if wage uses job costing.
|