DiscoveryPriceRange

constructor(type: String?, minimum: Double?, maximum: Double?, currency: String?)

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.