diff --git a/bidrag-transport/src/main/kotlin/no/nav/bidrag/transport/behandling/felles/grunnlag/Beregning.kt b/bidrag-transport/src/main/kotlin/no/nav/bidrag/transport/behandling/felles/grunnlag/Beregning.kt index 51bfd4c..259004e 100644 --- a/bidrag-transport/src/main/kotlin/no/nav/bidrag/transport/behandling/felles/grunnlag/Beregning.kt +++ b/bidrag-transport/src/main/kotlin/no/nav/bidrag/transport/behandling/felles/grunnlag/Beregning.kt @@ -14,8 +14,9 @@ data class SluttberegningForskudd( data class SluttberegningSærbidrag( override val periode: ÅrMånedsperiode, - val beløp: BigDecimal, + val beregnetBeløp: BigDecimal, val resultatKode: Resultatkode, + val resultatBeløp: BigDecimal, ) : Sluttberegning @Deprecated("", replaceWith = ReplaceWith("DelberegningSumInntekt"))