adamsaghy commented on code in PR #3752:
URL: https://github.com/apache/fineract/pull/3752#discussion_r1497661869
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/RecurringDepositProductsApiResourceSwagger.java:
##########
@@ -343,88 +343,30 @@ private
GetRecurringDepositProductsProductIdInterestCompoundingPeriodType() {}
public String description;
}
- static final class
GetRecurringDepositProductsProductIdAccountingMappings {
-
- private GetRecurringDepositProductsProductIdAccountingMappings() {}
-
- static final class
GetRecurringDepositProductsProductIdSavingsReferenceAccount {
-
- private
GetRecurringDepositProductsProductIdSavingsReferenceAccount() {}
-
- @Schema(example = "12")
- public Long id;
- @Schema(example = "savings ref")
- public String name;
- @Schema(example = "20")
- public String glCode;
- }
-
- static final class
GetRecurringDepositProductsProductIdIncomeFromFeeAccount {
-
- private
GetRecurringDepositProductsProductIdIncomeFromFeeAccount() {}
-
- @Schema(example = "16")
- public Long id;
- @Schema(example = "income from savings fee")
- public String name;
- @Schema(example = "24")
- public String glCode;
- }
-
- static final class
GetRecurringDepositProductsProductIdIncomeFromPenaltyAccount {
-
- private
GetRecurringDepositProductsProductIdIncomeFromPenaltyAccount() {}
-
- @Schema(example = "17")
- public Long id;
- @Schema(example = "income from sav penalties")
- public String name;
- @Schema(example = "25")
- public String glCode;
- }
-
- static final class
GetRecurringDepositProductsProductIdInterestOnSavingsAccount {
+ static final class GetRecurringDepositProductsGlAccount {
- private
GetRecurringDepositProductsProductIdInterestOnSavingsAccount() {}
+ private GetRecurringDepositProductsGlAccount() {}
- @Schema(example = "15")
- public Long id;
- @Schema(example = "interest on savings")
- public String name;
- @Schema(example = "23")
- public String glCode;
- }
-
- static final class
GetRecurringDepositProductsProductIdSavingsControlAccount {
-
- private
GetRecurringDepositProductsProductIdSavingsControlAccount() {}
-
- @Schema(example = "13")
- public Long id;
- @Schema(example = "savings ref tool kit")
- public String name;
- @Schema(example = "21")
- public String glCode;
- }
-
- static final class
GetRecurringDepositProductsProductIdTransfersInSuspenseAccount {
+ @Schema(example = "12")
+ public Integer id;
Review Comment:
Id is Long!
--
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]