Skip to content

Commit

Permalink
Inntektsjustering felles dto (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Golberg <[email protected]>
  • Loading branch information
Bjodn and Bjorn Golberg authored Aug 23, 2024
1 parent da0a3ae commit ce97af4
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package no.nav.etterlatte.libs.common.inntektsjustering

import java.time.Instant
import java.util.UUID

data class Inntektsjustering(
val id: UUID,
val arbeidsinntekt: Int,
val naeringsinntekt: Int,
val arbeidsinntektUtland: Int,
val naeringsinntektUtland: Int,
val tidspunkt: Instant,
)

0 comments on commit ce97af4

Please sign in to comment.