This is an automated email from the ASF dual-hosted git repository.

adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 55e7f5e48 FINERACT-1596-Swagger-changes-Goodwill-Credit-Accounting
55e7f5e48 is described below

commit 55e7f5e48c2101663dec98fe2d68e16a132c86ad
Author: Ruchi Dhamankar <[email protected]>
AuthorDate: Mon Mar 13 16:32:26 2023 +0530

    FINERACT-1596-Swagger-changes-Goodwill-Credit-Accounting
---
 .../portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java
 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java
index 86bd57203..a2ff44867 100644
--- 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java
+++ 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java
@@ -209,6 +209,12 @@ final class LoanProductsApiResourceSwagger {
         public Long chargeOffFraudExpenseAccountId;
         @Schema(example = "11")
         public Long incomeFromChargeOffPenaltyAccountId;
+        @Schema(example = "20")
+        public Long incomeFromGoodwillCreditInterestAccountId;
+        @Schema(example = "11")
+        public Long incomeFromGoodwillCreditFeesAccountId;
+        @Schema(example = "11")
+        public Long incomeFromGoodwillCreditPenaltyAccountId;
         public 
List<GetLoanProductsProductIdResponse.GetLoanPaymentChannelToFundSourceMappings>
 paymentChannelToFundSourceMappings;
         public 
List<GetLoanProductsProductIdResponse.GetLoanFeeToIncomeAccountMappings> 
feeToIncomeAccountMappings;
         public List<ChargeToGLAccountMapper> penaltyToIncomeAccountMappings;

Reply via email to