Class ProductPriceInformations

java.lang.Object
de.hybris.platform.jalo.order.price.ProductPriceInformations

public class ProductPriceInformations extends Object
The price information object of the hybris platform.

This interface describes how pricing informations must look like when they are returned by the installed price factory. Since each pricefactory may implement a different pricing model it is responsible to provide concrete info objects which implement this interface.

Generally each pricing information consists of three possible parts: prices, taxes and discounts. Depending upon the model these might be multiple rows.
Since each row not just holds a value but is likely to be qualified somehow these are compound objects too.