EcoLabel

data class EcoLabel(val countryCode: CountryCode, val ecoSticker: String)(source)

Vehicle air quality certificate for a specific country.

Constructors

Link copied to clipboard
constructor(countryCode: CountryCode, ecoSticker: String)

Properties

Link copied to clipboard
@SerialName(value = "country_code")
val countryCode: CountryCode

Country where the eco_sticker applies. REQUIRED if eco_label is defined.

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

Name of the eco label.