VdsHeader

@Serializable
data class VdsHeader(val country: String, val featureDefinitionReference: Int, val typeCategory: Int)

The decoded VDS header information.

Constructors

Link copied to clipboard
constructor(country: String, featureDefinitionReference: Int, typeCategory: Int)

Properties

Link copied to clipboard

The issuing country code.

Link copied to clipboard

The feature definition reference.

Link copied to clipboard

The type category.