ShoppingCartConstants Interface

com.beasys.commerce.ebusiness.shoppingcart
ShoppingCartConstants Interface

public interface ShoppingCartConstants

This class defines constants that are used in the ShoppingCart and ShoppingCartLine

Related Topics

ShoppingCartLine
ShoppingCartLineHome

Field Summary

public static final int
LINE_ADJUSTMENTS
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line adjustments
public static final int
LINE_SHIPPING
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line shipping costs
public static final int
LINE_TAX
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line tax
public static final int
LINE_UNIT_PRICE_TIMES_QUANTITY
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line quantity * unit price
public static final int
SHOPPING_CART_ADJUSTMENTS
Used to signify that the total returned from getTotal() method should include the shopping cart level tax
public static final int
SHOPPING_CART_SHIPPING
Used to signify that the total returned from getTotal() method should include the shopping cart level shipping costs
 

Field Detail

LINE_ADJUSTMENTS

public static final int LINE_ADJUSTMENTS
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line adjustments


LINE_SHIPPING

public static final int LINE_SHIPPING
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line shipping costs


LINE_TAX

public static final int LINE_TAX
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line tax


LINE_UNIT_PRICE_TIMES_QUANTITY

public static final int LINE_UNIT_PRICE_TIMES_QUANTITY
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line quantity * unit price


SHOPPING_CART_ADJUSTMENTS

public static final int SHOPPING_CART_ADJUSTMENTS
Used to signify that the total returned from getTotal() method should include the shopping cart level tax


SHOPPING_CART_SHIPPING

public static final int SHOPPING_CART_SHIPPING
Used to signify that the total returned from getTotal() method should include the shopping cart level shipping costs