TollCollection
public struct TollCollection : Codable, Equatable, ForeignMemberContainer
TollCollection
describes corresponding object on the route.
-
Declaration
Swift
public var foreignMembers: JSONObject
-
The type of the toll collection point.
Declaration
Swift
public let type: CollectionType
-
The name of the toll collection point.
Declaration
Swift
public var name: String?
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public static func == (lhs: `Self`, rhs: `Self`) -> Bool