Skip to content

Commit

Permalink
TFP-5427 legg til placeholder for saksegenskaper (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Mar 6, 2023
1 parent feff87b commit 942ff6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public record LosBehandlingDto(@NotNull UUID behandlingUuid,
List<Behandlingsårsak> behandlingsårsaker,
boolean faresignaler,
boolean refusjonskrav,
LosFagsakEgenskaperDto fagsakEgenskaper,
LosForeldrepengerDto foreldrepengerDto,
LosTilbakeDto tilbakeDto) {

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package no.nav.vedtak.hendelser.behandling.los;

public record LosFagsakEgenskaperDto(UtlandMarkering utlandMarkering) {

public enum UtlandMarkering {
NASJONAL, EØS_BOSATT_NORGE, BOSATT_UTLAND
}
}

0 comments on commit 942ff6f

Please sign in to comment.