We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ec271 commit 8d34e52Copy full SHA for 8d34e52
2 files changed
apps/dolly-backend/src/main/java/no/nav/dolly/bestilling/kelvinaap/domain/AapOpprettRequest.java
@@ -21,6 +21,7 @@ public class AapOpprettRequest {
21
private Boolean harYrkesskade;
22
private String ident;
23
private LocalDate soeknadsdato;
24
+ private Boolean automatiskMeldekort;
25
26
@Data
27
@Builder
apps/dolly-backend/src/main/java/no/nav/dolly/domain/resultset/kelvinaap/RsKelvinAapRequestDTO.java
@@ -20,6 +20,7 @@ public class RsKelvinAapRequestDTO {
20
private Boolean harMedlemskap;
0 commit comments