Skip to content

Commit

Permalink
Legger til felt for refusjon-tom (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
espenjv authored Mar 15, 2022
1 parent 6b6ac90 commit c9f1174
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
package no.nav.vedtak.felles.integrasjon.infotrygd.grunnlag.v1.respons;

import java.time.LocalDate;

import com.fasterxml.jackson.annotation.JsonAlias;


public record Arbeidsforhold(
@JsonAlias("arbeidsgiverOrgnr") Orgnummer orgnr,
@JsonAlias("inntektForPerioden") Integer inntekt,
Inntektsperiode inntektsperiode,
Boolean refusjon) {
@JsonAlias("arbeidsgiverOrgnr") Orgnummer orgnr,
@JsonAlias("inntektForPerioden") Integer inntekt,
Inntektsperiode inntektsperiode,
Boolean refusjon,
LocalDate refusjonTom) {


@Deprecated(since = "4.0.x", forRemoval = true)
Expand Down

0 comments on commit c9f1174

Please sign in to comment.