Allow

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class Allow(val countries: List<String> = emptyList()) : Vignettes

Allow to use toll roads in specific countries or none; disallow all others.

Constructors

Link copied to clipboard
constructor(countries: List<String> = emptyList())

Properties

Link copied to clipboard

List of 3-capital-letter country codes in which toll roads may be taken. Use an empty list to disallow all toll roads in all countries.