RouteTollPrice

The toll price.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

If the price is an estimate or an exact value.

Link copied to clipboard

Duration for which the price corresponds to.

Link copied to clipboard

If the price is a range or an exact value. If any of the toll fares making up the route is a range, the overall price is also a range.

Link copied to clipboard

Price range with a minimum and maximum value, if a range.

Link copied to clipboard

Exact price, if not a range.

Functions

Link copied to clipboard
inline fun copy(block: RouteTollPrice.Builder.() -> Unit = {}): RouteTollPrice
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