public interface XPFShoppingCartPricing
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBeforeCartDiscountsSubtotal()
The shopping cart subtotal before cart discounts are applied.
|
BigDecimal |
getCartSubtotalDiscounts()
The shopping cart subtotal discount amount.
|
XPFShoppingItemPricing |
getPricingForShoppingItem(XPFShoppingItem xpfShoppingItem)
Get the pricing object for a specific shopping item.
|
BigDecimal |
getShipping()
The shopping cart shipping amount.
|
BigDecimal |
getSubtotal()
The shopping cart subtotal amount.
|
BigDecimal |
getTaxes()
The shopping cart tax amount.
|
BigDecimal |
getTotal()
The shopping cart total amount including shipping and taxes.
|
BigDecimal getBeforeCartDiscountsSubtotal()
BigDecimal getCartSubtotalDiscounts()
BigDecimal getSubtotal()
BigDecimal getShipping()
BigDecimal getTaxes()
BigDecimal getTotal()
XPFShoppingItemPricing getPricingForShoppingItem(XPFShoppingItem xpfShoppingItem)
xpfShoppingItem
- the shopping itemCopyright © 2022. All rights reserved.