Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add-test-endpoint-for…
Browse files Browse the repository at this point in the history
…-qa-afp-beregning
  • Loading branch information
antonfofanov committed Feb 16, 2024
2 parents 7e74359 + 8b2ebea commit 8c167dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package no.nav.tjenestepensjon.simulering.model.domain.popp
import com.fasterxml.jackson.annotation.JsonProperty
import java.time.LocalDate

data class SimulerAFPBeholdningGrunnlagRequest(val personId: String, @JsonProperty("fraOgMedDato") val fom: LocalDate, @JsonProperty("fremtidigInntektListe") val inntekter: List<InntektPeriode>)
data class SimulerAFPBeholdningGrunnlagRequest(val personId: String, @JsonProperty("uttaksDato") val fom: LocalDate, @JsonProperty("fremtidigInntektListe") val inntekter: List<InntektPeriode>)

0 comments on commit 8c167dd

Please sign in to comment.