Discovery Price Range
data class DiscoveryPriceRange(val type: String?, val minimum: Double?, val maximum: Double?, val currency: String?) : Parcelable
Represents a price range for an event in the purchase flow.
Parameters
type
The type of price range, or null if not set.
minimum
The minimum price, or null if not set.
maximum
The maximum price, or null if not set.
currency
The currency code, or null if not set.