Skip to content

Commit

Permalink
Merge pull request #370 from navikt/Nytt-felt-inntektsjustering---mot…
Browse files Browse the repository at this point in the history
…tatt-dato

Nytt felt inntektsjustering - mottatt dato
  • Loading branch information
Bjodn authored Dec 3, 2024
2 parents e5f5597 + 6b5a933 commit 1ecc719
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ package no.nav.etterlatte.libs.common.inntektsjustering

import java.time.Instant
import java.time.LocalDate
import java.time.LocalDateTime
import java.util.UUID

data class Inntektsjustering(
val id: UUID,
val fnr: String,
val mottattDato: LocalDateTime,
val inntektsaar: Int,
val arbeidsinntekt: Int,
val naeringsinntekt: Int,
Expand All @@ -16,4 +18,4 @@ data class Inntektsjustering(
val skalGaaAvMedAlderspensjon: String?,
val datoForAaGaaAvMedAlderspensjon: LocalDate?,
val tidspunkt: Instant
)
)

0 comments on commit 1ecc719

Please sign in to comment.