Skip to content

Commit

Permalink
Legg til id
Browse files Browse the repository at this point in the history
  • Loading branch information
halvorbmundal committed Jan 19, 2024
1 parent ee44807 commit 97e4b75
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
package no.nav.familie.kontrakter.felles.oppdrag

import java.time.LocalDateTime
import java.util.UUID

/**
* @property avstemmingId Unik id for en grenseavsnittsavstemming. Iverksettinger som er avstemt på samme id vil ikke avstemmes igjen.
*/
data class GrensesnittavstemmingRequest(
val fagsystem: String,
val fra: LocalDateTime,
val til: LocalDateTime,
val avstemmingId: UUID?,
)

0 comments on commit 97e4b75

Please sign in to comment.