I have to return a list of charging entries that return late fees and interest after a specific date
Charging entries - contain various fields such as, transactionMethod - (LATE_FEE, INTEREST_CASH, INTEREST_PUNITIVE), lastBillingDate and this data is being stored in a dynamodb
How do I modify the existing code for this or query in a way that this data is received properly using spring boot??
I have used stream and filter to return charging entries and i received 5 charging entries for 4 types of interest and 1 late fee.
I wanted to get all the entries for a specific transactionMethod after the lastBillingDate