DiscoveryPriceRange

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.

Constructors

Link copied to clipboard
constructor(type: String?, minimum: Double?, maximum: Double?, currency: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String?

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)