TNEntityParkingParameters
@objcMembers
open class TNEntityParkingParameters : NSObject, Codable
Undocumented
-
The parking duration in minutes.
Declaration
Swift
public var duration: Int?
-
Get time of entry in iso8601 format, will parse “yyyy-MM-ddTHH:mmZ” as UTC format or “yyyy-MM-ddTHH:mm” as local time.
Declaration
Swift
public var entryTime: Date?
-
Undocumented
Declaration
Swift
public override init()
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws