Skip to main content

PaginationDtoTransactionCompteDecouvertDto

Represents paginated results.

content object[]

The list of items in the current page.

  • Array [
  • associatedBankCodestring

    Associated bank code

    Example: 00004
    branchCodestring

    Bank branch code

    Example: 86
    accountRadicalstring

    Account radical

    Example: 12345
    accountNumberstring

    Complete account number

    Example: 30001000200012345
    productTypestring

    Banking product type

    Example: OVERDRAFT
    titlestring

    Title

    Example: Product Name
    debitDatedate-time

    Debit date

    amountPaidnumber

    Amount paid

    Example: 500.75
    remainingAmountDuenumber

    Remaining amount due

    Example: 1200.5
    dueDatedate-time

    Due date

    transactionStatusstring

    Transaction status

    Example: IN_PROGRESS
    overdraftAmountnumber

    Overdraft amount

    Example: 1500.25
  • ]
  • totalElementsint64

    The total number of elements across all pages.

    Example: 100
    totalPagesint32

    The total number of pages available.

    Example: 10
    numberint32

    The current page number (zero-based).

    Example: 0
    sizeint32

    The number of items per page.

    Example: 10
    PaginationDtoTransactionCompteDecouvertDto
    {
    "content": [
    {
    "associatedBankCode": "00004",
    "branchCode": 86,
    "accountRadical": "12345",
    "accountNumber": "30001000200012345",
    "productType": "OVERDRAFT",
    "title": "Product Name",
    "debitDate": "2024-07-29T15:51:28.071Z",
    "amountPaid": 500.75,
    "remainingAmountDue": 1200.5,
    "dueDate": "2024-07-29T15:51:28.071Z",
    "transactionStatus": "IN_PROGRESS",
    "overdraftAmount": 1500.25
    }
    ],
    "totalElements": 100,
    "totalPages": 10,
    "number": 0,
    "size": 10
    }