searchEntitiesWithFullDetails()
For more details please check the javadoc available here on github
And we also deprecated the following methods:
LoansService - getLoanTransactions(), as replacement you may use one of the two newly created methods depending on your needs
SavingsService - getSavingsTransactions(), as replacement you may use one of the two newly created methods depending on your needs
SearchService - searchEntities(), as replacement you may use one of the two newly created methods depending on your needs
In this patch we've added the following methods:
LoansService - getLoanTransactionsWithFullDetails()
And we also deprecated the following methods: LoansService - getLoanTransactions(), as replacement you may use one of the two newly created methods depending on your needs SavingsService - getSavingsTransactions(), as replacement you may use one of the two newly created methods depending on your needs SearchService - searchEntities(), as replacement you may use one of the two newly created methods depending on your needs