map From Price Range Data List
fun mapFromPriceRangeDataList(priceRangeDataList: List<PriceRangeResponse>?): List<DiscoveryPriceRange>?
Maps a list of price range responses to a list of DiscoveryPriceRange objects.
Converts a list of PriceRangeResponse to DiscoveryPriceRange objects. Returns null if input is null.
Return
A list of DiscoveryPriceRange objects, or null if the input is null.
Parameters
price Range Data List
The list of price range responses from the API.