Employees Wages Model

Property Value Description Notes
id enum The id of the employee pay item.
employee_id integer The id of the employee.
pay_type_id enum The type of the pay item.

1 - Regular
2 - Overtime
3 - Vacation
5 - Sick
6 - Holiday
7 - Bonus
16 - PTO
22 - Double Overtime
106 - Commissions
hours decimal The hours which apply to the employee pay item. writable
rate decimal The rate of the employee pay item.
override_amount decimal The override amount of employee pay item. Ignores hours/rate. writable
treat_as_cash boolean Indicates whether to treat the rate as cash amount.
name string The name of the pay item.