Skip to content

Commit

Permalink
Feature/inntekt etterbetalingsperiode (#100)
Browse files Browse the repository at this point in the history
* Lagt til etterbetalingsperiode i Ainntektspost i TransformerInntekterRequest

* Lagt til etterbetalingsperiode i Ainntektspost i TransformerInntekterRequest
  • Loading branch information
LarsOttoHaugen authored Apr 5, 2024
1 parent 8a9ee4d commit 7e40ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data class Ainntektspost(
@Schema(description = "Fra-dato for etterbetaling")
val etterbetalingsperiodeFra: LocalDate?,
@Schema(description = "Til-dato for etterbetaling")
val etterbetalingseriodeTil: LocalDate?,
val etterbetalingsperiodeTil: LocalDate?,
@Schema(description = "Beskrivelse av inntekt")
val beskrivelse: String?,
@Schema(description = "Beløp")
Expand Down

0 comments on commit 7e40ffd

Please sign in to comment.