TNEntityBrand
@objcMembers
open class TNEntityBrand : NSObject, Codable
Undocumented
-
The id assigned to a brand icon.
Declaration
Swift
public var brandIconId: String? -
The id for to a brand or chain.
Declaration
Swift
public var brandId: String? -
The brand or chain name.
Declaration
Swift
public var brandName: String? -
The primary category id and category name associated with the brand
Declaration
Swift
public var category: TNEntityCategory? -
The count of stores for the brand
Declaration
Swift
public var count: Int?
TNEntityBrand Class Reference