Class OrderPriceData
java.lang.Object
de.hybris.platform.subscriptionfacades.data.BillingTimePriceData
de.hybris.platform.subscriptionfacades.data.OrderPriceData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAppliedOrderPromotions(List<PromotionResultData> appliedOrderPromotions) voidsetAppliedProductPromotions(List<PromotionResultData> appliedProductPromotions) voidsetDeliveryCost(PriceData deliveryCost) voidsetPotentialOrderPromotions(List<PromotionResultData> potentialOrderPromotions) voidsetPotentialProductPromotions(List<PromotionResultData> potentialProductPromotions) voidsetSubTotal(PriceData subTotal) voidsetTotalDiscounts(PriceData totalDiscounts) voidsetTotalTax(PriceData totalTax) Methods inherited from class de.hybris.platform.subscriptionfacades.data.BillingTimePriceData
getBillingTime, getTotalPrice, setBillingTime, setTotalPrice
-
Constructor Details
-
OrderPriceData
public OrderPriceData()
-
-
Method Details
-
setTotalTax
-
getTotalTax
-
setSubTotal
-
getSubTotal
-
setDeliveryCost
-
getDeliveryCost
-
setTotalDiscounts
-
getTotalDiscounts
-
setAppliedProductPromotions
-
getAppliedProductPromotions
-
setAppliedOrderPromotions
-
getAppliedOrderPromotions
-
setPotentialProductPromotions
-
getPotentialProductPromotions
-
setPotentialOrderPromotions
-
getPotentialOrderPromotions
-