DiscoveryPriceRange

data class DiscoveryPriceRange(val type: String?, val minimum: Double?, val maximum: Double?, val currency: String?) : Parcelable

Represents a price range in the Discovery API.

Holds price details, such as type, minimum, maximum, and currency.

Constructors

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

Properties

Link copied to clipboard

The currency of the price range, if available.

Link copied to clipboard

The maximum price, if available.

Link copied to clipboard

The minimum price, if available.

Link copied to clipboard
val type: String?

The type of price range, if available.

Functions

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