alberto-art3ch commented on code in PR #3752:
URL: https://github.com/apache/fineract/pull/3752#discussion_r1498369883
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/FixedDepositProductsApiResourceSwagger.java:
##########
@@ -318,88 +318,31 @@ private
GetFixedDepositProductsProductIdInterestCompoundingPeriodType() {}
public String description;
}
- static final class GetFixedDepositProductsProductIdAccountingMappings {
-
- private GetFixedDepositProductsProductIdAccountingMappings() {}
-
- static final class
GetFixedDepositProductsProductIdSavingsReferenceAccount {
+ static final class GetFixedDepositProductsGlAccount {
- private
GetFixedDepositProductsProductIdSavingsReferenceAccount() {}
+ private GetFixedDepositProductsGlAccount() {}
- @Schema(example = "12")
- public Long id;
- @Schema(example = "savings ref")
- public String name;
- @Schema(example = "20")
- public String glCode;
- }
-
- static final class
GetFixedDepositProductsProductIdIncomeFromFeeAccount {
-
- private GetFixedDepositProductsProductIdIncomeFromFeeAccount()
{}
-
- @Schema(example = "16")
- public Long id;
- @Schema(example = "income from savings fee")
- public String name;
- @Schema(example = "24")
- public String glCode;
- }
-
- static final class
GetFixedDepositProductsProductIdIncomeFromPenaltyAccount {
-
- private
GetFixedDepositProductsProductIdIncomeFromPenaltyAccount() {}
-
- @Schema(example = "17")
- public Long id;
- @Schema(example = "income from sav penalties")
- public String name;
- @Schema(example = "25")
- public String glCode;
- }
-
- static final class
GetFixedDepositProductsProductIdInterestOnSavingsAccount {
-
- private
GetFixedDepositProductsProductIdInterestOnSavingsAccount() {}
-
- @Schema(example = "15")
- public Long id;
- @Schema(example = "interest on savings")
- public String name;
- @Schema(example = "23")
- public String glCode;
- }
-
- static final class
GetFixedDepositProductsProductIdSavingsControlAccount {
-
- private
GetFixedDepositProductsProductIdSavingsControlAccount() {}
-
- @Schema(example = "13")
- public Long id;
- @Schema(example = "savings ref tool kit")
- public String name;
- @Schema(example = "21")
- public String glCode;
- }
-
- static final class
GetFixedDepositProductsProductIdTransfersInSuspenseAccount {
+ @Schema(example = "12")
+ public Integer id;
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]