@Deprecated public interface XPFShoppingCartPricing
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBeforeCartDiscountsSubtotal()
Deprecated.
use XPFContainerPricing.withSubtotal().getAmount() instead
|
BigDecimal |
getCartSubtotalDiscounts()
Deprecated.
use XPFContainerPricing.withContainerDiscounts().getAmount() instead
|
XPFShoppingItemPricing |
getPricingForShoppingItem(XPFShoppingItem xpfShoppingItem)
Deprecated.
no longer supported
|
BigDecimal |
getShipping()
Deprecated.
use XPFContainerPricing.withShippingSubtotal().withShippingDiscounts().withShippingTaxes().getAmount() instead
|
BigDecimal |
getSubtotal()
Deprecated.
use XPFContainerPricing.withSubtotal().withContainerDiscounts().getAmount() instead
|
BigDecimal |
getTaxes()
Deprecated.
use XPFContainerPricing.withTaxes().getAmount() instead
|
BigDecimal |
getTotal()
Deprecated.
use XPFContainerPricing.withTotal().getAmount() instead
|
@LazyLoaded @Deprecated BigDecimal getBeforeCartDiscountsSubtotal()
@LazyLoaded @Deprecated BigDecimal getCartSubtotalDiscounts()
@LazyLoaded @Deprecated BigDecimal getSubtotal()
@LazyLoaded @Deprecated BigDecimal getShipping()
@LazyLoaded @Deprecated BigDecimal getTaxes()
@LazyLoaded @Deprecated BigDecimal getTotal()
@LazyLoaded @Deprecated XPFShoppingItemPricing getPricingForShoppingItem(XPFShoppingItem xpfShoppingItem)
xpfShoppingItem
- the shopping itemCopyright © 2025. All rights reserved.