Aman-Mittal commented on code in PR #4979:
URL: https://github.com/apache/fineract/pull/4979#discussion_r2375672025


##########
fineract-charge/src/main/java/org/apache/fineract/portfolio/charge/domain/Charge.java:
##########
@@ -784,4 +780,11 @@ public int hashCode() {
         return Objects.hash(name, amount, currencyCode, chargeAppliesTo, 
chargeTimeType, chargeCalculation, chargePaymentMode, feeOnDay,
                 feeInterval, feeOnMonth, penalty, active, deleted, minCap, 
maxCap, feeFrequency, account, taxGroup);
     }
+
+    public static final String CHARGE_TIME_PARAM_NAME = "chargeTimeType";
+    public static final String CHARGE_CALCULATION_TYPE_PARAM_NAME = 
"chargeCalculationType";
+    public static final String FEE_ON_MONTH_DAY_PARAM_NAME = "feeOnMonthDay";
+    public static final String FEE_INTERVAL_PARAM_NAME = "feeInterval";
+    public static final String LOCALE_PARAM_NAME = "locale";
+    public static final String FEE_FREQUENCY_PARAM_NAME = "feeFrequency";

Review Comment:
   Done



-- 
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