Skip to main content

PaginationDtoFinancingLineDetailsResponseDto

Represents paginated results.

content object[]

The list of items in the current page.

  • Array [
  • lineReferencestring
    totalLineAmountnumber
    totalLineAmountFormattedstring
    lineDurationinteger<int32>
    lineEndDatestring
    codeTypestring
    typeLabelstring
    amountTypeGrantednumber
    amountTypeGrantedFormattedstring
    remainingAmountTypenumber
    remainingAmountTypeFormattedstring
    rateTypenumber
    periodicityTypestring

    Possible values: [MENSUEL, TRIMESTRIEL, SEMESTRIEL, ANNUEL]

    periodicityTypeLabelstring
  • ]
  • totalElementsinteger<int64>

    The total number of elements across all pages.

    Example: 100
    totalPagesinteger<int32>

    The total number of pages available.

    Example: 10
    numberinteger<int32>

    The current page number (zero-based).

    Example: 0
    sizeinteger<int32>

    The number of items per page.

    Example: 10
    PaginationDtoFinancingLineDetailsResponseDto
    {
    "content": [
    {
    "lineReference": "string",
    "totalLineAmount": 0,
    "totalLineAmountFormatted": "string",
    "lineDuration": 0,
    "lineEndDate": "string",
    "codeType": "string",
    "typeLabel": "string",
    "amountTypeGranted": 0,
    "amountTypeGrantedFormatted": "string",
    "remainingAmountType": 0,
    "remainingAmountTypeFormatted": "string",
    "rateType": 0,
    "periodicityType": "MENSUEL",
    "periodicityTypeLabel": "string"
    }
    ],
    "totalElements": 100,
    "totalPages": 10,
    "number": 0,
    "size": 10
    }