TMPre Purchase Country Configuration
data class TMPrePurchaseCountryConfiguration(val countrySelectorMap: Map<TMMarketDomain, Boolean>? = null, val isCountrySelectorEnabled: Boolean? = null) : Parcelable
Configuration for the country selector in the prepurchase flow.
Parameters
country Selector Map
A map of TMMarketDomain to enabled status, or null.
is Country Selector Enabled
Whether the country selector is enabled, or null.