-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trekker ut api-modell i egen branch. #1039
base: main
Are you sure you want to change the base?
Conversation
@@ -9,7 +9,7 @@ plugins { | |||
} | |||
|
|||
group = "no.nav.pensjon.brev" | |||
version = "99" | |||
version = "100" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
101 er siste utgitte versjon
val pe_ut_virkningfomar: Int, | ||
val pe_sivilstand_ektefelle_partner_samboer_bormed_ut_en: String, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regner med at det er sortering som slår inn her?
Vær obs på at om det ikke brukes named arguments så vil dette fort skape problemer
@@ -2,5 +2,6 @@ package no.nav.pensjon.brev.api.model.maler.legacy.grunnlag | |||
|
|||
|
|||
data class Grunnlag( | |||
val persongrunnlagsliste: List<Persongrunnlag> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kan vi ikke ha emptyList istedenfor null?
@@ -6,4 +6,5 @@ data class BeregningsgrunnlagOrdinar( | |||
val antallarover1g: Int?, | |||
val antallarinntektiavtaleland: Int?, | |||
val beregningsgrunnlagordinerarsbelop: Kroner?, | |||
val opptjeningutliste: List<OpptjeningUT>?, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
emptyList?
|
||
data class BeregningsgrunnlagAvdodOrdiner( | ||
val arsbelop: Kroner?, | ||
val opptjeningutliste: List<OpptjeningUT>?, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
emptyList?
val onsketvirkningsdato: LocalDate?, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
en tab for mye på parantes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Et par småkommentarer
Tilhørende endringer ligger i en annen branch