Discovery Price Range Mapper
Maps price range responses to DiscoveryPriceRange objects for the Discovery API.
This class transforms PriceRangeResponse lists into DiscoveryPriceRange lists.
Functions
Link copied to clipboard
fun mapFromPriceRangeDataList(priceRangeDataList: List<PriceRangeResponse>?): List<DiscoveryPriceRange>?
Maps a list of price range responses to a list of DiscoveryPriceRange objects.