Examples of LoanRepaymentScheduleHistory


Examples of org.mifosplatform.portfolio.loanaccount.loanschedule.domain.LoanRepaymentScheduleHistory

            if (repaymentScheduleInstallment.getLastModifiedDate() != null) {
                lastModifiedOnDate = repaymentScheduleInstallment.getLastModifiedDate().toDate();
            }

            LoanRepaymentScheduleHistory loanRepaymentScheduleHistory = LoanRepaymentScheduleHistory.instance(loan, loanRescheduleRequest,
                    installmentNumber, fromDate, dueDate, principal, interestCharged, feeChargesCharged, penaltyCharges, createdOnDate,
                    createdByUser, lastModifiedByUser, lastModifiedOnDate, version);

            loanRepaymentScheduleHistoryList.add(loanRepaymentScheduleHistory);
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.