Package com.sap.retail.sapppspricing
Interface PriceCalculateToOrderMapper
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
DefaultPriceCalculateToOrderMapper
public interface PriceCalculateToOrderMapper
extends org.springframework.core.Ordered
Mapper for the result of a PPS call to the order / cart
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptionvoidmap(PriceCalculateResponse response, AbstractOrderModel order) Maps the given response to the given order / cart modelMethods inherited from interface org.springframework.core.Ordered
getOrder
-
Method Details
-
map
Maps the given response to the given order / cart model- Parameters:
response-order-
-