Skip to content

Commit

Permalink
Stønadstype i BidragBeregningResponsDto (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Sep 9, 2024
1 parent 0c89091 commit 36fe788
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package no.nav.bidrag.transport.behandling.beregning.felles

import no.nav.bidrag.domene.enums.beregning.Samværsklasse
import no.nav.bidrag.domene.enums.vedtak.Stønadstype
import no.nav.bidrag.domene.ident.Personident
import java.math.BigDecimal
import java.time.LocalDate
Expand All @@ -16,6 +17,7 @@ data class BidragBeregningResponsDto(
val beregnetBeløp: BigDecimal,
val faktiskBeløp: BigDecimal,
val beløpSamvær: BigDecimal,
val stønadstype: Stønadstype,
val samværsklasse: Samværsklasse? = null,
)
}

0 comments on commit 36fe788

Please sign in to comment.