adamsaghy commented on code in PR #2507:
URL: https://github.com/apache/fineract/pull/2507#discussion_r945802193
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/delinquency/api/DelinquencyApiResourceSwagger.java:
##########
@@ -133,4 +133,19 @@ private DeleteDelinquencyBucketResponse() {}
public Integer resourceId;
}
+ @Schema(description = "GetDelinquencyTagHistoryResponse")
+ public static final class GetDelinquencyTagHistoryResponse {
+
+ private GetDelinquencyTagHistoryResponse() {}
+
+ @Schema(example = "1")
+ public Integer id;
+ @Schema(example = "Delinquent 1")
+ public String classification;
+ @Schema(example = "1")
+ public Long minimumAgeDays;
Review Comment:
It should contains the date when it got added and when it got lifted
--
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]