PriceRangeFilter
public struct PriceRangeFilter : Equatable
A model represeting a filter that relates to range of prices.
-
The range of prices with which the items should be filtered
Declaration
Swift
public let range: ClosedRange<Double>
-
The currency representing the range of prices
Declaration
Swift
public let currency: Currency
-
Undocumented
Declaration
Swift
public init(range: ClosedRange<Double>, currency: Currency)