Skip to content

Commit

Permalink
Kontraktsendringer ifm trekk av uttak. (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodeli authored Sep 6, 2021
1 parent 615b5d4 commit 7123143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ enum class KnekkpunktType {
INNGANGSVILKÅR_IKKE_OPPFYLT,
ANNEN_PARTS_UTTAK,
FORRIGE_UTTAKPLAN,
TRUKKET_UTTAK,
ARBEID,
SØKERS_DØDSFALL,
BARNETS_DØDSFALL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ data class Uttaksgrunnlag (
@JsonProperty("andrePartersSaksnummer") val andrePartersSaksnummer: List<Saksnummer> = listOf(),

@JsonProperty("søktUttak") valktUttak: List<SøktUttak>,
@JsonProperty("trukketUttak") val trukketUttak: List<LukketPeriode> = listOf(),
@JsonProperty("arbeid") val arbeid: List<Arbeid>,
@JsonProperty("pleiebehov") val pleiebehov: Map<LukketPeriode, Pleiebehov>,

Expand Down

0 comments on commit 7123143

Please sign in to comment.