Skip to content

Commit

Permalink
Språk til samhandleren (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
simhos authored Apr 24, 2024
1 parent d1fd40a commit a16adca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ data class SamhandlerDto(
val offentligIdType: String? = null,
@Schema(description = "Definerer hvilket område samhandleren er knyttet til.")
val områdekode: Områdekode? = null,
@Schema(description = "Språk til samhandleren.")
val språk: String? = null,
@Schema(description = "Samhandlerens adresse.")
val adresse: AdresseDto? = null,
@Schema(description = "Samhandlerens kontonummer. Kontonummer er ikke inkludert i søkeresultat mot TSS, kun i oppslag.")
Expand Down

0 comments on commit a16adca

Please sign in to comment.