Skip to content

Commit

Permalink
Endringer for å hente inn grunnlag tilleggsstønad
Browse files Browse the repository at this point in the history
  • Loading branch information
rinnan17 committed Oct 2, 2024
1 parent c09b446 commit 7965f62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ enum class GrunnlagRequestType {
KONTANTSTØTTE,
BARNETILSYN,
ARBEIDSFORHOLD,
TILLEGGSSTØNAD,

@Deprecated("OVERGANGSSTONAD skal utgå som egen type. Må koordineres med Bisys")
OVERGANGSSTONAD,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ data class HentGrunnlagDto(
val barnetilsynListe: List<BarnetilsynGrunnlagDto>,
@Schema(description = "Periodisert liste over arbeidsforhold")
val arbeidsforholdListe: List<ArbeidsforholdGrunnlagDto>,
@Schema(
description =
"Indikator på om person mottar eller har mottatt tilleggsstønad til barnetilsyn i " +
"enten Arena eller tilleggsstonader-sak. Responsen skal utvides med periode og beløp senere",
)
val tilleggsstønadBarnetilsyn: Boolean,
@Schema(description = "Liste over evt. feil rapportert under henting av grunnlag")
val feilrapporteringListe: List<FeilrapporteringDto>,
val hentetTidspunkt: LocalDateTime,
Expand Down

0 comments on commit 7965f62

Please sign in to comment.