Skip to content

Commit a0ad537

Browse files
geiralundrichardmartinsentonjemjovikMort12LanderUdo Huschens
committed
hentetTidspunkt må være nullable for å håndtere bakoverkompabilitet
Co-authored-by: Richard André Martinsen <[email protected]> Co-authored-by: Tonje Mjøvik Myran <[email protected]> Co-authored-by: Morten Tholander <[email protected]> Co-authored-by: Udo Huschens <[email protected]> Co-authored-by: Eivind Havnelid Røyrvik <[email protected]>
1 parent 28d6f93 commit a0ad537

File tree

1 file changed

+1
-1
lines changed
  • dp-inntekt-kontrakter/src/main/kotlin/no/nav/dagpenger/inntekt/v1

1 file changed

+1
-1
lines changed

dp-inntekt-kontrakter/src/main/kotlin/no/nav/dagpenger/inntekt/v1/Inntekt.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Inntekt(
99
val manueltRedigert: Boolean? = false,
1010
val begrunnelseManueltRedigert: String? = null,
1111
val sisteAvsluttendeKalenderMåned: YearMonth,
12-
val hentetTidspunkt: LocalDateTime,
12+
val hentetTidspunkt: LocalDateTime?,
1313
) {
1414
fun splitIntoInntektsPerioder(): InntektsPerioder =
1515
Triple(

0 commit comments

Comments
 (0)