Updated code for amendment docs

This commit is contained in:
nisha
2024-12-13 15:17:16 +05:30
parent afc7934f58
commit 8606e22456
2 changed files with 3 additions and 6 deletions

View File

@@ -11,5 +11,4 @@ public class ApplicationAmendmentRequest {
private Long responseDays;
private Boolean isSendNotification;
private Boolean isSendEmail;
private List<AmendmentFieldRequest> amendmentDocument;
}