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.
|
BigDecimal getBeforeCartDiscountsSubtotal()
BigDecimal getCartItemDiscounts()
BigDecimal getSubtotal()
BigDecimal getTaxes()
BigDecimal getTotal()
Copyright © 2022. All rights reserved.