Search

data class Search(val search: String)

Represents a search query in the prepurchase flow.

Parameters

search

The search term entered by the user.

Constructors

Link copied to clipboard
constructor(search: String)

Properties

Link copied to clipboard
@SerializedName(value = "search")
val search: String