Brand

class Brand(brandName: String, brandId: String) : SearchSuggestionType

Search suggestion of the Brand type points to a list of SearchResult that will be returned after selection.

Constructors

Brand
Link copied to clipboard
fun Brand(brandName: String, brandId: String)

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

brandId
Link copied to clipboard
val brandId: String
  • the id of the brand.

brandName
Link copied to clipboard
val brandName: String
  • the name of the brand.