RouteTollOptions

Options related to Tolls on a route.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if the user has valid transponder with access to all toll systems. This impacts toll calculation, and if true the price with transponders is used.

Link copied to clipboard

Specifies if the user has valid vignettes with access for all toll roads. If a user has a vignette for a toll road, then toll cost for that road is omitted since no further payment is necessary.

Link copied to clipboard

Currency code corresponding to the price. This is the same as Currency specified in the request.

Link copied to clipboard

Emission type of the vehicle for toll cost calculation.

Link copied to clipboard

Vehicle category for toll cost calculation.

Functions

Link copied to clipboard
inline fun copy(block: RouteTollOptions.Builder.() -> Unit = {}): RouteTollOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String