Skip to content

Commit

Permalink
SøknadGrunnlag nytt felt opprinneligMottattDato (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Aug 1, 2024
1 parent c7c3715 commit e496d2d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package no.nav.bidrag.transport.behandling.felles.grunnlag

import io.swagger.v3.oas.annotations.media.Schema
import no.nav.bidrag.domene.enums.beregning.Resultatkode
import no.nav.bidrag.domene.enums.rolle.SøktAvType
import no.nav.bidrag.domene.enums.vedtak.VirkningstidspunktÅrsakstype
Expand All @@ -9,6 +10,8 @@ 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,
) : GrunnlagInnhold

data class VirkningstidspunktGrunnlag(
Expand Down

0 comments on commit e496d2d

Please sign in to comment.