Skip to content

Commit

Permalink
Add årmåned to Postering and Avvik
Browse files Browse the repository at this point in the history
  • Loading branch information
atleno committed Jul 31, 2019
1 parent 921b6a9 commit 75d9fa3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ data class SpesifisertInntekt(
)

data class Avvik(
val årmåned: YearMonth,
val ident: Aktør,
val opplysningspliktig: Aktør,
val virksomhet: Aktør?,
Expand All @@ -24,6 +25,7 @@ data class Avvik(
)

data class Postering(
val årmåned: YearMonth,
val beløp: BigDecimal,
val fordel: String,
val inntektskilde: String,
Expand Down

0 comments on commit 75d9fa3

Please sign in to comment.