LocationMarketModel

data class LocationMarketModel(val description: String = "", val name: String = "", val dmaId: String = "", val marketId: String = "", val marketName: String = "", val langCode: String = "", val geoHash: String = "", val unit: String = "", val latitude: String = "", val longitude: String = "", val countryCode: String = "")

Represents a location and market model in the prepurchase flow.

Parameters

description

The description of the location, defaults to empty string.

name

The name of the location, defaults to empty string.

dmaId

The DMA ID for the market, defaults to empty string.

marketId

The unique ID for the market, defaults to empty string.

marketName

The name of the market, defaults to empty string.

langCode

The language code for the market, defaults to empty string.

geoHash

The geohash for the location, defaults to empty string.

unit

The unit of measurement for coordinates, defaults to empty string.

latitude

The latitude of the location, defaults to empty string.

longitude

The longitude of the location, defaults to empty string.

countryCode

The country code for the location, defaults to empty string.

Constructors

Link copied to clipboard
constructor(description: String = "", name: String = "", dmaId: String = "", marketId: String = "", marketName: String = "", langCode: String = "", geoHash: String = "", unit: String = "", latitude: String = "", longitude: String = "", countryCode: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard