Skip to content

Commit

Permalink
R - Legger mapping for nav.barn.person.doedsdato
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed May 16, 2024
1 parent b6df216 commit e0b9aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/no/nav/eessi/pensjon/eux/model/sed/Nav.kt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ data class Person(
val relasjontilavdod: RelasjonAvdodItem? = null, //5.2.5 P2100
//noe enkel måte å få denne til å forbli val?
var rolle: String? = null, //3.1 i P10000
var kontakt: Kontakt? = null //P2000
var kontakt: Kontakt? = null, //P2000
val doedsdato: String? = null //P2000
)

data class PinLandItem(
Expand Down

0 comments on commit e0b9aec

Please sign in to comment.