adamsaghy commented on code in PR #5974:
URL: https://github.com/apache/fineract/pull/5974#discussion_r3434780073


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/api/WorkingCapitalLoanChargesApiResourceSwagger.java:
##########
@@ -61,4 +61,44 @@ private PostLoansLoanIdChargesResponse() {}
         public String resourceExternalId;
     }
 
+    @Schema(description = 
"PostWorkingCapitalLoansLoanIdChargesChargeIdRequest")
+    public static final class 
PostWorkingCapitalLoansLoanIdChargesChargeIdRequest {
+
+        private PostWorkingCapitalLoansLoanIdChargesChargeIdRequest() {}
+
+        @Schema(example = "100.00")
+        public Double amount;

Review Comment:
   BigDecimal please.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to