Skip to content

Commit

Permalink
Notat beregning total kravbeløp (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Aug 22, 2024
1 parent 2c287db commit 661dc78
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ data class NotatResultatSærbidragsberegningDto(
val beløpDirekteBetaltAvBp: BigDecimal = BigDecimal.ZERO,
@Schema(description = "Summen av godkjente beløp som brukes for beregningen")
val totalGodkjentBeløp: BigDecimal = BigDecimal.ZERO,
@Schema(description = "Summen av kravbeløp")
val totalKravbeløp: BigDecimal = BigDecimal.ZERO,
@Schema(description = "Summen av godkjente beløp som brukes for beregningen")
val totalGodkjentBeløpBp: BigDecimal? = null,
@Schema(description = "Summen av godkjent beløp for utgifter BP har betalt plus beløp som er direkte betalt av BP")
Expand Down

0 comments on commit 661dc78

Please sign in to comment.