RouteTollPass

Details if the toll rate can be a pass that supports multiple trips.

Types

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

Properties

Link copied to clipboard

If the pass includes the rate for the return leg of the trip.

Link copied to clipboard

If the pass is only valid for senior persons.

Link copied to clipboard

If the toll pass can be transferred, and how many times.

Link copied to clipboard

Number of trips the pass is valid for.

Link copied to clipboard

Period for which the pass is valid.

Functions

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