PageCostCenterLiteDto

📄 Description: Data transfer object representing a simplified cost center, providing essential details for financial analysis and resource allocation within the organization.

Properties

Name

Type

Required

Restrictions

Description

totalElements

integer(int64)

false

none

Total number of items available

totalPages

integer(int32)

false

none

Total number of pages available

pageable

PageableObject

false

none

Indicates the pagination details for retrieving a list of cost centers, facilitating efficient data management and retrieval.

numberOfElements

integer(int32)

false

none

Indicates the total count of elements within the current page of cost center data, facilitating efficient data management and navigation.

size

integer(int32)

false

none

Number of items per page

content

[CostCenterLiteDto]

false

none

An array of cost center details, represented by PageCostCenterLiteDto, used to facilitate efficient financial tracking and resource allocation within the organization.

number

integer(int32)

false

none

Represents the numerical identifier for the cost center, facilitating efficient tracking and management of financial resources within the organization.

sort

SortObject

false

none

Sort order specification

first

boolean

false

none

Whether this is the first page

last

boolean

false

none

Whether this is the last page

empty

boolean

false

none

Whether the result set is empty