Skip to content

Commit

Permalink
F - Legger model for seder -> sendFolgendeSEDer til P8000
Browse files Browse the repository at this point in the history
Co-authored-by: mariam pervez <mariam.pervez@nav.no>
  • Loading branch information
dskarpas and MariamPervez committed Feb 7, 2025
1 parent 23537e0 commit bb00ca2
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ class P8000Pensjon(
val ytterligeinformasjon: String? = null,
val vedlegg: List<String> ? = null
)

@JsonIgnoreProperties(ignoreUnknown = true)
data class AnmodningOmTilleggsInfo(
val referanseTilPerson: String? = null
)
val referanseTilPerson: String? = null,
val seder: List<Seder>? = null
)
@JsonIgnoreProperties(ignoreUnknown = true)
class Seder {
val sendFolgendeSEDer: List<String>? = null
}

0 comments on commit bb00ca2

Please sign in to comment.