TNEntityParkingPriceItem

@objcMembers
open class TNEntityParkingPriceItem : NSObject, Codable

Undocumented

  • Parking cost specific to the parking time and day.

    Declaration

    Swift

    public var amount: Double?
  • Denotes the time to arrive after for the price to apply.

    Declaration

    Swift

    public var arriveAfter: Int?
  • Denotes the time to arrive by for the price to apply.

    Declaration

    Swift

    public var getArriveBefore: Int?
  • The pricing currency.

    Declaration

    Swift

    public var currency: String?
  • Days of the week as an 8-bit integer mask.

    Declaration

    Swift

    public var dayMask: Int?
  • Denotes the time to depart after for the price to apply.

    Declaration

    Swift

    public var departAfter: Int?
  • Denotes the time to depart by for the price to apply.

    Declaration

    Swift

    public var departBefore: Int?
  • Denotes the maximum minutes that a vehicle can be parked to be in this price group.

    Declaration

    Swift

    public var maxMinutes: Int?
  • Denotes the minimum duration a vehicle needs to be parked for this price group to apply.

    Declaration

    Swift

    public var minMinutes: Int?
  • Price class type.

    Declaration

    Swift

    public var priceClass: String?
  • Currency symbol.

    Declaration

    Swift

    public var symbol: String?
  • Any additional textual information.

    Declaration

    Swift

    public var text: String?
  • Parking duration in minutes.

    Declaration

    Swift

    public var unit: Int?
  • Parking duration as textual data.

    Declaration

    Swift

    public var unitText: String?