Skip to content

Commit e9aa896

Browse files
Added NDelius model
1 parent 3ede0c2 commit e9aa896

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)