Toll

data class Toll(val countryCode: String?, val fares: List<Fare>, val tollCollectionLocations: List<TollCollectionLocation>, val tollSystem: String?, val tollSystemRef: Int?, val tollSystems: List<Int>)

Constructors

Link copied to clipboard
constructor(countryCode: String?, fares: List<Fare>, tollCollectionLocations: List<TollCollectionLocation>, tollSystem: String?, tollSystemRef: Int?, tollSystems: List<Int>)

Properties

Link copied to clipboard
@SerializedName(value = "countryCode")
val countryCode: String?
Link copied to clipboard
@SerializedName(value = "fares")
val fares: List<Fare>
Link copied to clipboard
@SerializedName(value = "tollCollectionLocations")
val tollCollectionLocations: List<TollCollectionLocation>
Link copied to clipboard
@SerializedName(value = "tollSystem")
val tollSystem: String?
Link copied to clipboard
@SerializedName(value = "tollSystemRef")
val tollSystemRef: Int?
Link copied to clipboard
@SerializedName(value = "tollSystems")
val tollSystems: List<Int>