Skip to content

Commit

Permalink
SøknadGrunnlag nytt felt klageMottattDato (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Aug 1, 2024
1 parent e496d2d commit efe44ac
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ data class SøknadGrunnlag(
val mottattDato: LocalDate,
valktFraDato: LocalDate,
valktAv: SøktAvType,
@Schema(description = "Mottatt dato på originale søknad. Er relevant hvis det klages på vedtaket")
val opprinneligMottattDato: LocalDate? = null,
@Schema(
description =
"Dato når klage ble mottatt. Kan være ulik mottattDato hvis behandlingen gjelder særbidrag." +
"I særbidrag så er det mottatt dato på originale søknad som gjelder",
)
val klageMottattDato: LocalDate? = null,
) : GrunnlagInnhold

data class VirkningstidspunktGrunnlag(
Expand Down

0 comments on commit efe44ac

Please sign in to comment.