public interface XPFShoppingItemPricing
| Modifier and Type | Method and Description | 
|---|---|
BigDecimal | 
getBeforeCartDiscountsSubtotal()
The shopping item subtotal before shopping item discounts are applied. 
 | 
BigDecimal | 
getCartItemDiscounts()
The shopping item discount amount. 
 | 
BigDecimal | 
getSubtotal()
The shopping item subtotal amount. 
 | 
BigDecimal | 
getTaxes()
The shopping item tax amount. 
 | 
BigDecimal | 
getTotal()
The shopping item total amount including taxes. 
 | 
@LazyLoaded BigDecimal getBeforeCartDiscountsSubtotal()
@LazyLoaded BigDecimal getCartItemDiscounts()
@LazyLoaded BigDecimal getSubtotal()
@LazyLoaded BigDecimal getTaxes()
@LazyLoaded BigDecimal getTotal()
Copyright © 2024. All rights reserved.