Skip to content

Commit

Permalink
Feature/bidrag inntekt api (#55)
Browse files Browse the repository at this point in the history
* Endret litt på response-delen av bidrag-inntekt api

* Endret litt på response-delen av bidrag-inntekt api
  • Loading branch information
LarsOttoHaugen authored Jan 30, 2024
1 parent 6cbac55 commit 31a4799
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ data class SummertÅrsinntekt(
val inntektRapportering: Inntektsrapportering,
@Schema(description = "Visningsnavn for inntekt", example = "Lønn og trekk 2022")
val visningsnavn: String,
@Schema(description = "Referanse", example = "Referanse")
val referanse: String,
@Schema(description = "Summert inntekt for perioden, omgjort til årsinntekt", example = "600000")
val sumInntekt: BigDecimal,
@Schema(description = "Perioden inntekten gjelder for (fom-til)")
Expand All @@ -49,6 +47,6 @@ data class InntektPost(
val inntekstype: Inntektstype? = null,
@Schema(description = "Visningsnavn for kode", example = "Bonus")
val visningsnavn: String,
@Schema(description = "Beløp som utgør inntektsposten", example = "60000")
@Schema(description = "Beløp som utgjør inntektsposten", example = "60000")
val beløp: BigDecimal,
)

0 comments on commit 31a4799

Please sign in to comment.