Skip to content

Commit

Permalink
R - Legger til mapping for nav.barn.opplysningeromannetbarn
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed May 16, 2024
1 parent 1baa5e2 commit 51b54b6
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 @@ -86,7 +86,8 @@ data class BarnItem(
val mor: Foreldre? = null,
val person: Person? = null,
val far: Foreldre? = null,
val relasjontilbruker: String? = null
val relasjontilbruker: String? = null,
val opplysningeromannetbarn: String? = null
)

@JsonIgnoreProperties(ignoreUnknown = true)
Expand Down

0 comments on commit 51b54b6

Please sign in to comment.