Skip to content

Commit

Permalink
Endret litt på objekt SluttberegningSærbidrag (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsOttoHaugen authored Jul 12, 2024
1 parent 70e67e0 commit 8ae5436
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 8ae5436

Please sign in to comment.