Added contract object to response of assigned application pagination API
This commit is contained in:
@@ -8,7 +8,11 @@ public enum AssignedApplicationEnum {
|
||||
|
||||
AWAITING("AWAITING"),
|
||||
|
||||
CLOSE("CLOSE");
|
||||
CLOSE("CLOSE"),
|
||||
|
||||
AWAITING_CONTRACT("AWAITING_CONTRACT"),
|
||||
|
||||
CONTRACT_SIGNED("CONTRACT_SIGNED");
|
||||
|
||||
|
||||
private final String value;
|
||||
|
||||
Reference in New Issue
Block a user