Package com.liferay.commerce.price
Interface CommerceOrderPrice
- All Known Implementing Classes:
CommerceOrderPriceImpl
public interface CommerceOrderPrice
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
com.liferay.commerce.currency.model.CommerceMoney
getTotal()
com.liferay.commerce.currency.model.CommerceMoney
-
Method Details
-
getShippingDiscountValue
CommerceDiscountValue getShippingDiscountValue() -
getShippingDiscountValueWithTaxAmount
CommerceDiscountValue getShippingDiscountValueWithTaxAmount() -
getShippingValue
com.liferay.commerce.currency.model.CommerceMoney getShippingValue() -
getShippingValueWithTaxAmount
com.liferay.commerce.currency.model.CommerceMoney getShippingValueWithTaxAmount() -
getSubtotal
com.liferay.commerce.currency.model.CommerceMoney getSubtotal() -
getSubtotalDiscountValue
CommerceDiscountValue getSubtotalDiscountValue() -
getSubtotalDiscountValueWithTaxAmount
CommerceDiscountValue getSubtotalDiscountValueWithTaxAmount() -
getSubtotalWithTaxAmount
com.liferay.commerce.currency.model.CommerceMoney getSubtotalWithTaxAmount() -
getTaxValue
com.liferay.commerce.currency.model.CommerceMoney getTaxValue() -
getTotal
com.liferay.commerce.currency.model.CommerceMoney getTotal() -
getTotalDiscountValue
CommerceDiscountValue getTotalDiscountValue() -
getTotalDiscountValueWithTaxAmount
CommerceDiscountValue getTotalDiscountValueWithTaxAmount() -
getTotalWithTaxAmount
com.liferay.commerce.currency.model.CommerceMoney getTotalWithTaxAmount()
-