Skip to content

Commit

Permalink
Legger til felter for orgnr, dagsats og erRefusjon i infotrygdvedtak (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
espenjv authored Mar 30, 2022
1 parent e0fc2b0 commit 82f15f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package no.nav.vedtak.felles.integrasjon.infotrygd.grunnlag.v1.respons;

public record Vedtak(Periode periode, int utbetalingsgrad) {
public record Vedtak(Periode periode, int utbetalingsgrad, String arbeidsgiverOrgnr, Boolean erRefusjon, Integer dagsats) {

@Deprecated(since = "4.0.x", forRemoval = true)
public Periode getPeriode() {
Expand Down

0 comments on commit 82f15f3

Please sign in to comment.