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. 
 | 
@LazyLoaded BigDecimal getBeforeCartDiscountsSubtotal()
@LazyLoaded BigDecimal getCartSubtotalDiscounts()
@LazyLoaded BigDecimal getSubtotal()
@LazyLoaded BigDecimal getShipping()
@LazyLoaded BigDecimal getTaxes()
@LazyLoaded BigDecimal getTotal()
@LazyLoaded XPFShoppingItemPricing getPricingForShoppingItem(XPFShoppingItem xpfShoppingItem)
xpfShoppingItem - the shopping itemCopyright © 2024. All rights reserved.