TransactionCompteDecouvertDto
The list of items in the current page.
associatedBankCodestring
Associated bank code
Example:
00004branchCodestring
Bank branch code
Example:
86accountRadicalstring
Account radical
Example:
12345accountNumberstring
Complete account number
Example:
30001000200012345productTypestring
Banking product type
Example:
OVERDRAFTtitlestring
Title
Example:
Product NamedebitDatestring<date-time>
Debit date
amountPaidnumber
Amount paid
Example:
500.75remainingAmountDuenumber
Remaining amount due
Example:
1200.5dueDatestring<date-time>
Due date
transactionStatusstring
Transaction status
Example:
IN_PROGRESSoverdraftAmountnumber
Overdraft amount
Example:
1500.25TransactionCompteDecouvertDto
{
"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
}