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

arnold 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 e41726edf FINERACT-1724: LoanProduct API swagger enhancements
e41726edf is described below

commit e41726edfd5064dfde60956ddead640d19840e5f
Author: Arnold Galovics <[email protected]>
AuthorDate: Fri Mar 17 16:28:06 2023 +0100

    FINERACT-1724: LoanProduct API swagger enhancements
---
 .../loanproduct/api/LoanProductsApiResourceSwagger.java        | 10 ++++++++++
 1 file changed, 10 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 bd0627f21..99bfbdf08 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
@@ -1366,6 +1366,16 @@ final class LoanProductsApiResourceSwagger {
         public Long chargeOffExpenseAccountId;
         @Schema(example = "13")
         public Long chargeOffFraudExpenseAccountId;
+
+        @Schema(example = "20")
+        public Long incomeFromGoodwillCreditInterestAccountId;
+
+        @Schema(example = "11")
+        public Long incomeFromGoodwillCreditFeesAccountId;
+
+        @Schema(example = "11")
+        public Long incomeFromGoodwillCreditPenaltyAccountId;
+
         @Schema(example = "11")
         public Long incomeFromChargeOffPenaltyAccountId;
         public 
List<GetLoanProductsProductIdResponse.GetLoanPaymentChannelToFundSourceMappings>
 paymentChannelToFundSourceMappings;

Reply via email to