Skip to content

Commit

Permalink
Merge pull request #99 from navikt/change-field-in-afpbeholdninger
Browse files Browse the repository at this point in the history
change fieldname according to changes in afp-api
  • Loading branch information
antonfofanov authored Feb 16, 2024
2 parents 46a43b8 + b6551e6 commit 8b2ebea
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 8b2ebea

Please sign in to comment.