Skip to content

Commit

Permalink
Merge pull request #8 from navikt/feature/naerRelasjon
Browse files Browse the repository at this point in the history
Bruk nærRelasjon
  • Loading branch information
laukvik authored Feb 23, 2022
2 parents c5c4a5e + 25eb2fa commit 6ae03fc
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ data class Inntektsmelding @JsonCreator constructor(

/** Når vi mottok inntektsmeldingen fra Altinn */
@JsonProperty("mottattDato")
val mottattDato: LocalDateTime
val mottattDato: LocalDateTime,

/** Nær relasjon */
@JsonProperty("naerRelasjon")
val naerRelasjon: Boolean?
)

class PengeSerialiserer : JsonSerializer<BigDecimal>() {
Expand Down

0 comments on commit 6ae03fc

Please sign in to comment.