-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee44807
commit 97e4b75
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
.../src/main/kotlin/no/nav/familie/kontrakter/felles/oppdrag/GrensesnittavstemmingRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?, | ||
) |