We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ede0c2 commit e9aa896Copy full SHA for e9aa896
src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/models/ndelius/NDeliusMappaDetail.kt
@@ -0,0 +1,11 @@
1
+package uk.gov.justice.digital.hmpps.hmppsintegrationapi.models.ndelius
2
+
3
+data class NDeliusMappaDetail(
4
+ val level: Int? = null,
5
+ val levelDescription: String? = null,
6
+ val category: Int? = null,
7
+ val categoryDescription: String? = null,
8
+ val startDate: String? = null,
9
+ val reviewDate: String? = null,
10
+ val notes: String? = null,
11
+)
0 commit comments