LeaveClassResponseView
Response wrapper for leave class configuration data.
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId |
Gets or sets the company (payroll database) identifier. |
integer |
None. |
| leaveTypes |
Gets or sets the list of leave type configurations. |
Collection of LeaveClassView |
None. |
| page |
Gets or sets the current page number. |
integer |
None. |
| pageSize |
Gets or sets the page size. |
integer |
None. |
| totalCount |
Gets or sets the total record count. |
integer |
None. |
| totalPages |
Gets or sets the total number of pages. |
integer |
None. |
| countThisPage |
Gets or sets the count of records for this page. |
integer |
None. |
| hasPreviousPage |
Gets or sets whether there is a previous page. |
boolean |
None. |
| hasNextPage |
Gets or sets whether there is a next page. |
boolean |
None. |