Return a list of all loan statement entries matching the given search criteria. If loanSettlementId or loanId is not specified, currency, and a date range (either created at or due on) must be provided.
Alpha release - Consider this endpoint experimental and very likely to change in future.
{- "currency": "AUD",
- "entries": [
- {
- "entryTimestamp": "2019-08-24T14:15:22Z",
- "entryDescription": "string",
- "loanStatementId": "lstmt_aDmO7lwjHQXwZI0r",
- "loanId": "loan_aDmO7lwjHQXwZI0o",
- "netTotal": 0,
- "taxTotal": 0,
- "insuranceTotal": 0,
- "billingAmountTotal": 0,
- "transactionId": "tran_aDmO6FwjHQXwZI0C",
- "issuerTransactionId": "itxn_aDmO6VwjHQXwZI0V",
- "metadata": { },
- "lineItems": [
- {
- "entryType": "Charge",
- "description": "string",
- "netAmount": 0,
- "taxAmount": 0,
- "originalAmount": {
- "sourceCurrency": "AFN",
- "sourceNetAmount": 0,
- "exchangeRate": 0
}
}
]
}
], - "totalPages": 0,
- "totalRecords": 0
}