TNEntityPrice

@objcMembers
open class TNEntityPrice : NSObject, Codable

Undocumented

  • The item cost.

    Declaration

    Swift

    public var amount: Double?
  • The pricing currency.

    Declaration

    Swift

    public var currency: String?
  • Item description.

    Declaration

    Swift

    public var priceDescription: String?
  • Item name, for example a fuel label=Regular.

    Declaration

    Swift

    public var label: String?
  • The most recent price updated time, in unix seconds.

    Declaration

    Swift

    public var lastUpdateTime: Int?
  • Currency symbol.

    Declaration

    Swift

    public var symbol: String?
  • Item type, for example an indicator of fuel grade.

    Declaration

    Swift

    public var type: String?
  • The unit measure associated with the amount,

    Declaration

    Swift

    public var unit: String?