Interface ClientChargeReadPlatformService
- All Known Implementing Classes:
ClientChargeReadPlatformServiceImpl
public interface ClientChargeReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionretrieveClientCharge(Long clientId, Long clientChargeId) org.apache.fineract.infrastructure.core.service.Page<ClientChargeData> retrieveClientCharges(Long clientId, String status, Boolean pendingPayment, org.apache.fineract.infrastructure.core.service.SearchParameters parameters)
-
Method Details
-
retrieveClientCharges
org.apache.fineract.infrastructure.core.service.Page<ClientChargeData> retrieveClientCharges(Long clientId, String status, Boolean pendingPayment, org.apache.fineract.infrastructure.core.service.SearchParameters parameters) -
retrieveClientCharge
-