Interface RepaymentWithPostDatedChecksWritePlatformService

All Known Implementing Classes:
RepaymentWithPostDatedChecksWritePlatformServiceImpl

public interface RepaymentWithPostDatedChecksWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    bouncePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deletePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updatePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • deletePostDatedChecks

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deletePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updatePostDatedChecks

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updatePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • bouncePostDatedChecks

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult bouncePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command)