Uses of Class
com.skava.price.model.Price
Packages that use Price
-
Uses of Price in com.skava.catalog.orchestration.util
Methods in com.skava.catalog.orchestration.util that return types with arguments of type PriceModifier and TypeMethodDescriptionPriceResponseUtil.convertPriceModelToMap
(PricesAPIResponse priceAndValuesAPIResponse) This method is used to convert price model to Map type.Method parameters in com.skava.catalog.orchestration.util with type arguments of type PriceModifier and TypeMethodDescriptionstatic void
PriceUtil.setPriceDetails
(SkuOrchestration sku, Map<String, List<Price>> priceModels, String currencyCode, String currencySymbol, List<String> myList) This method is used to set price details in the sku.