Skip to content

Commit

Permalink
Trenger SED-flagg i fagsakegenskaper (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Mar 9, 2023
1 parent 322c63b commit 79b2d5b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package no.nav.vedtak.hendelser.behandling.los;

public record LosFagsakEgenskaperDto(UtlandMarkering utlandMarkering) {
public record LosFagsakEgenskaperDto(Boolean skalInnhenteSED,
UtlandMarkering utlandMarkering) {

public enum UtlandMarkering {
NASJONAL, EØS_BOSATT_NORGE, BOSATT_UTLAND
Expand Down

0 comments on commit 79b2d5b

Please sign in to comment.