Skip to content

Commit

Permalink
Lagt til etterbetalingsperiode i Ainntektspost i TransformerInntekter…
Browse files Browse the repository at this point in the history
…Request (#99)
  • Loading branch information
LarsOttoHaugen authored Apr 5, 2024
1 parent 1f36457 commit 8a9ee4d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ data class Ainntektspost(
val opptjeningsperiodeFra: LocalDate?,
@Schema(description = "Til-dato for opptjening")
val opptjeningsperiodeTil: LocalDate?,
@Schema(description = "Fra-dato for etterbetaling")
val etterbetalingsperiodeFra: LocalDate?,
@Schema(description = "Til-dato for etterbetaling")
val etterbetalingseriodeTil: LocalDate?,
@Schema(description = "Beskrivelse av inntekt")
val beskrivelse: String?,
@Schema(description = "Beløp")
Expand Down

0 comments on commit 8a9ee4d

Please sign in to comment.