mapFromPriceRangeDataList

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

priceRangeDataList

The list of price range responses from the API.