TMPre Purchase Drop Down Item
data class TMPrePurchaseDropDownItem(val country: String, val icon: Int, val marketDomain: TMMarketDomain) : Parcelable
Represents an item in a dropdown menu for selecting a market in the prepurchase flow.
Parameters
country
The name of the country associated with the dropdown item.
icon
The resource ID of the icon associated with the dropdown item.
market Domain
The TMMarketDomain representing the market associated with the dropdown item.