public class OrderPriceData extends BillingTimePriceData
| Constructor and Description |
|---|
OrderPriceData() |
| Modifier and Type | Method and Description |
|---|---|
List<PromotionResultData> |
getAppliedOrderPromotions() |
List<PromotionResultData> |
getAppliedProductPromotions() |
PriceData |
getDeliveryCost() |
List<PromotionResultData> |
getPotentialOrderPromotions() |
List<PromotionResultData> |
getPotentialProductPromotions() |
PriceData |
getSubTotal() |
PriceData |
getTotalDiscounts() |
PriceData |
getTotalTax() |
void |
setAppliedOrderPromotions(List<PromotionResultData> appliedOrderPromotions) |
void |
setAppliedProductPromotions(List<PromotionResultData> appliedProductPromotions) |
void |
setDeliveryCost(PriceData deliveryCost) |
void |
setPotentialOrderPromotions(List<PromotionResultData> potentialOrderPromotions) |
void |
setPotentialProductPromotions(List<PromotionResultData> potentialProductPromotions) |
void |
setSubTotal(PriceData subTotal) |
void |
setTotalDiscounts(PriceData totalDiscounts) |
void |
setTotalTax(PriceData totalTax) |
getBillingTime, getTotalPrice, setBillingTime, setTotalPricepublic void setTotalTax(PriceData totalTax)
public PriceData getTotalTax()
public void setSubTotal(PriceData subTotal)
public PriceData getSubTotal()
public void setDeliveryCost(PriceData deliveryCost)
public PriceData getDeliveryCost()
public void setTotalDiscounts(PriceData totalDiscounts)
public PriceData getTotalDiscounts()
public void setAppliedProductPromotions(List<PromotionResultData> appliedProductPromotions)
public List<PromotionResultData> getAppliedProductPromotions()
public void setAppliedOrderPromotions(List<PromotionResultData> appliedOrderPromotions)
public List<PromotionResultData> getAppliedOrderPromotions()
public void setPotentialProductPromotions(List<PromotionResultData> potentialProductPromotions)
public List<PromotionResultData> getPotentialProductPromotions()
public void setPotentialOrderPromotions(List<PromotionResultData> potentialOrderPromotions)
public List<PromotionResultData> getPotentialOrderPromotions()
Copyright © 2017 SAP SE. All Rights Reserved.