TNEntityReviewRating

@objcMembers
open class TNEntityReviewRating : NSObject, Codable

Provide ratings from consumer reviews.

  • Get user rating regarding the overall experience, range [1, 5].

    Declaration

    Swift

    public var overall: Int?
  • Get user rating indicating overall safety, range [1, 5].

    Declaration

    Swift

    public var safety: Int?
  • Get user rating regarding the richness and diversity of amenities, range [1, 5].

    Declaration

    Swift

    public var amenities: Int?