Class RepaymentWithPostDatedChecksApiResource
java.lang.Object
org.apache.fineract.portfolio.repaymentwithpostdatedchecks.api.RepaymentWithPostDatedChecksApiResource
@Path("/v1/loans/{loanId}/postdatedchecks")
@Component
public class RepaymentWithPostDatedChecksApiResource
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeletePostDatedCheck(Long id, Long loanId) getPostDatedCheck(Integer installmentId, Long loanId) getPostDatedChecks(Long loanId) updatePostDatedChecks(Long id, Long loanId, String apiRequestBodyAsJson, String type)
-
Constructor Details
-
RepaymentWithPostDatedChecksApiResource
public RepaymentWithPostDatedChecksApiResource()
-
-
Method Details
-
getPostDatedChecks
-
getPostDatedCheck
-
updatePostDatedChecks
-
deletePostDatedCheck
-