IssuingAuthority

@Serializable
data class IssuingAuthority(val id: String, val name: String)(source)

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
@SerialName(value = "id")
val id: String

The unique identifier of the issuing authority, typically registered in the EESSI system.

Link copied to clipboard
@SerialName(value = "name")
val name: String

The legal name of the issuing authority responsible for delivering the EHIC, typically registered in the EESSI system.