Skip to content

Commit

Permalink
Dokumentasjon persongalleri (#6884)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav authored Jan 28, 2025
1 parent fdf9480 commit 1681b73
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import no.nav.etterlatte.libs.common.person.FolkeregisteridentifikatorValidator
import no.nav.etterlatte.libs.common.person.maskerFnr
import java.time.LocalDate

/*
innsender: Denne brukes til å indikere system eller saksbehandler ident(manuelt opprettet behandling) i tillegg til faktisk innsender(innbygger)
*/
data class Persongalleri(
val soeker: String,
val innsender: String? = null,
Expand Down

0 comments on commit 1681b73

Please sign in to comment.