EmployeePayrollCategoryItems
Employee payroll category items.
Table Specific Information
Select
The driver will process all filters client side.
Columns
| Name | Type | References | Description |
| EmployeeID [KEY] | Uuid | Unique identifier in the form of a guid. | |
| Amount | Double | The total amount. | |
| IsCalculated | Boolean | True or false. | |
| PayrollCategoryID [KEY] | Uuid | Unique category identifier in the form of a guid. | |
| PayrollCategoryName | String | Name of the category. | |
| PayrollCategoryType | String | Type of the payroll category. | |
| PayrollCategoryURI | String | Uniform resource identifier associated with the category object. | |
| CompanyFileId | String |
CompanyFiles.ID | ID of the company file. Takes precedence over the CompanyFileId property. |