PageableObject

📄 Description: Data transfer object representing a paginated collection of financial records, including ledger entries and transactions, facilitating efficient retrieval and management of account-related information within the General Ledger domain.

Properties

Name

Type

Required

Restrictions

Description

pageNumber

integer(int32)

false

none

Page number for pagination

unpaged

boolean

false

none

Boolean flag indicating unpaged status

paged

boolean

false

none

Boolean flag indicating paged status

pageSize

integer(int32)

false

none

Number of items per page

offset

integer(int64)

false

none

Number of items to skip

sort

SortObject

false

none

Sort order specification