SearchSuggestion

data class SearchSuggestion(val searchSuggestion: String)

Represents a search suggestion in the prepurchase flow.

Parameters

searchSuggestion

The suggested search term provided to the user.

Constructors

Link copied to clipboard
constructor(searchSuggestion: String)

Properties

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