Brand

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

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard