We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d133d commit 32cb26cCopy full SHA for 32cb26c
src/main/kotlin/no/nav/eessi/pensjon/models/SaksInfoSamlet.kt
@@ -5,6 +5,6 @@ import no.nav.eessi.pensjon.oppgaverouting.SakInformasjon
5
6
data class SaksInfoSamlet(
7
val saksIdFraSed: String? = null,
8
- val sakInformasjon: SakInformasjon? = null, // Kommer fra Pesys
9
- val saktype: SakType? = null // Kommer fra SED
+ val sakInformasjonFraPesys: SakInformasjon? = null,
+ val saktypeFraSed: SakType? = null
10
)
0 commit comments