TNEntityFacetPriceInfo
@objcMembers
open class TNEntityFacetPriceInfo : NSObject, Codable
Undocumented
-
Additional description of the price.
Declaration
Swift
public var priceDescription: String? -
The actual price info.
Declaration
Swift
public var priceDetails: [TNEntityPrice]? -
An indicator of how expensive the place is.
Declaration
Swift
public var priceLevel: Int?
TNEntityFacetPriceInfo Class Reference