PriceRange
data class PriceRange(val value: Double, val label: String, val minValue: Double, val maxValue: Double)
An object that contains price range information.
Important: This is a Public Preview API. It may be changed or removed at any time.