Skip to content

Commit 9f5e3de

Browse files
committed
2405
1 parent e8ea041 commit 9f5e3de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/uk/gov/hmcts/reform/sscs/ccd/domain/ExtendedSscsCaseData.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ public class ExtendedSscsCaseData {
2222

2323
@JsonInclude(JsonInclude.Include.NON_NULL)
2424
private YesNo awareOfAnyAdditionalOtherParties;
25-
25+
2626
@JsonInclude(JsonInclude.Include.NON_NULL)
2727
private YesNo showConfidentialityTab;
2828

2929
@JsonInclude(JsonInclude.Include.NON_NULL)
3030
private YesNo writeFinalDecisionSevereYesNo;
31+
32+
@JsonInclude(JsonInclude.Include.NON_NULL)
33+
private YesNo writeFinalDecisionSevereCriteriaApply;
34+
3135
}

0 commit comments

Comments
 (0)