Specifies the criteria to use when retrieving a list of employee pay code summary objects. Only employee pay code summary objects that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.
Property |
Type |
Description |
---|---|---|
EmployeeKeyId† |
A string restriction specifying an employee ID. |
|
PayCodeKeyId† |
A string restriction specifying a pay code ID. |
|
IsInactive |
A boolean restriction specifying whether the employee pay code is active or inactive. |
|
PayPeriod |
A restriction specifying the length of the pay period. |
|
IsTaxable |
A boolean restriction specifying whether employee pay is taxable. |
|
PayRate |
A decimal restiction that specifies a pay range. |
|
PayType† |
A restriction specifying pay type. |