Vignettes

abstract class Vignettes

Either of Vignettes.Allow or Vignettes.Avoid.

Important: This is a Public Preview API. It may be changed or removed at any time.

Types

Link copied to clipboard
data class Allow(val allowVignettes: List<String> = emptyList()) : Vignettes

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

Link copied to clipboard
data class Avoid(val avoidVignettes: List<String> = emptyList()) : Vignettes

Disallow to use toll roads in specific countries or none; allow all others.

Inheritors

Link copied to clipboard
Link copied to clipboard