Class AccountTransferEnumerations
java.lang.Object
org.apache.fineract.portfolio.account.service.AccountTransferEnumerations
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.fineract.infrastructure.core.data.EnumOptionDataaccountType(Integer type) static org.apache.fineract.infrastructure.core.data.EnumOptionDataaccountType(org.apache.fineract.portfolio.account.PortfolioAccountType type) static org.apache.fineract.infrastructure.core.data.EnumOptionDatarecurrenceType(Integer type) static org.apache.fineract.infrastructure.core.data.EnumOptionDatastatic org.apache.fineract.infrastructure.core.data.EnumOptionDatastatic org.apache.fineract.infrastructure.core.data.EnumOptionDatastatic org.apache.fineract.infrastructure.core.data.EnumOptionDatastatic org.apache.fineract.infrastructure.core.data.EnumOptionDatastatic org.apache.fineract.infrastructure.core.data.EnumOptionDatastatic org.apache.fineract.infrastructure.core.data.EnumOptionDatastatic org.apache.fineract.infrastructure.core.data.EnumOptionDatatransferType(Integer type) static org.apache.fineract.infrastructure.core.data.EnumOptionData
-
Method Details
-
accountType
-
accountType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData accountType(org.apache.fineract.portfolio.account.PortfolioAccountType type) -
recurrenceType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData recurrenceType(Integer type) -
recurrenceType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData recurrenceType(AccountTransferRecurrenceType type) -
transferType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData transferType(Integer type) -
transferType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData transferType(AccountTransferType type) -
standingInstructionPriority
public static org.apache.fineract.infrastructure.core.data.EnumOptionData standingInstructionPriority(Integer type) -
standingInstructionPriority
public static org.apache.fineract.infrastructure.core.data.EnumOptionData standingInstructionPriority(StandingInstructionPriority type) -
standingInstructionStatus
public static org.apache.fineract.infrastructure.core.data.EnumOptionData standingInstructionStatus(Integer type) -
standingInstructionStatus
public static org.apache.fineract.infrastructure.core.data.EnumOptionData standingInstructionStatus(StandingInstructionStatus type) -
standingInstructionType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData standingInstructionType(Integer type) -
standingInstructionType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData standingInstructionType(StandingInstructionType type)
-