TNEntityParking
@objcMembers
open class TNEntityParking : NSObject, Codable
Undocumented
-
Undocumented
Declaration
Swift
public var booking: TNEntityBooking? -
Timestamp of last update in unix seconds.
Declaration
Swift
public var lastUpdateTime: Int64? -
Undocumented
Declaration
Swift
public var parkingFacilityDetails: TNEntityParkingFacilityDetails? -
Provides the detail pricing for parking.
Declaration
Swift
public var pricing: TNEntityParkingPrice? -
Number of available parking spaces.
Declaration
Swift
public var spacesAvailable: Int? -
The total parking capacity.
Declaration
Swift
public var spacesTotal: Int?
TNEntityParking Class Reference