Skip to content

Commit

Permalink
Legger til felter for personident og adresse for utland
Browse files Browse the repository at this point in the history
  • Loading branch information
throndi committed Feb 26, 2024
1 parent 6a38002 commit b517cf4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ data class Utenlandsopphold(
val tildato: Søknadsfelt<LocalDate>,
val land: Søknadsfelt<String>? = null,
val årsakUtenlandsopphold: Søknadsfelt<String>,
val personidentUtland: String? = null,
val adresseUtland: String? = null,
)

0 comments on commit b517cf4

Please sign in to comment.