TNEntityParkingPrice
@objcMembers
open class TNEntityParkingPrice : NSObject, Codable
Undocumented
-
Provides calculated parking price based on entry time and duration.
Declaration
Swift
public var calculatedRates: [TNEntityRate]? -
Provides the structured parking rates.
Declaration
Swift
public var prices: [TNEntityParkingPriceItem]? -
Provides simplified human readable parking price.
Declaration
Swift
public var rateCard: TNEntityRateCard?
TNEntityParkingPrice Class Reference