Class StandingInstructionDTO

java.lang.Object
org.apache.fineract.portfolio.account.data.StandingInstructionDTO

public class StandingInstructionDTO extends Object
  • Constructor Details

    • StandingInstructionDTO

      public StandingInstructionDTO(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters, Integer transferType, String clientName, Long clientId, Long fromAccount, Integer fromAccountType, LocalDate startDateRange, LocalDate endDateRange)
  • Method Details

    • searchParameters

      public org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters()
    • clientId

      public Long clientId()
    • clientName

      public String clientName()
    • transferType

      public Integer transferType()
    • fromAccount

      public Long fromAccount()
    • fromAccountType

      public Integer fromAccountType()
    • getTransferType

      public Integer getTransferType()
    • startDateRange

      public LocalDate startDateRange()
    • endDateRange

      public LocalDate endDateRange()