TNEntityPlace

@objcMembers
open class TNEntityPlace : NSObject, Codable

Undocumented

  • The physical location detail of the place.

    Declaration

    Swift

    public var address: TNEntityAddress?
  • List of alias names for the place.

    Declaration

    Swift

    public var aliasNames: [TNEntityAliasName]?
  • The list of brands associated with an entity.

    Declaration

    Swift

    public var brands: [TNEntityBrand]?
  • List of categories associated to an entity.

    Declaration

    Swift

    public var categories: [TNEntityCategory]?
  • List of email contacts for the place.

    Declaration

    Swift

    public var emails: [String]?
  • Contains the name of the place.

    Declaration

    Swift

    public var name: String?
  • Full contact telephone number of the place.

    Declaration

    Swift

    public var phoneNumbers: [String]?
  • List of URLs of the website associated with the place.

    Declaration

    Swift

    public var websites: [String]?
  • Indicates whether place is permanently shutdown.

    Declaration

    Swift

    public var permanentlyClosed: Bool?