Skip to content

Commit 862990f

Browse files
PI-2678
1 parent b0dd56c commit 862990f

File tree

3 files changed

+354
-345
lines changed

3 files changed

+354
-345
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/models/hmpps/Person.kt

+4
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ open class Person(
2727
@Schema(description = "HMPPS identifier", example = "2008/0545166T")
2828
val hmppsId: String? = null,
2929
val contactDetails: ContactDetailsWithEmailAndPhone? = null,
30+
val currentRestriction: Boolean? = null,
31+
val restrictionMessage: String? = null,
32+
val currentExclusion: Boolean? = null,
33+
val exclusionMessage: String? = null,
3034
)

0 commit comments

Comments
 (0)