OrderConstants Interface
- public interface OrderConstants
This class consists of certain constants related to Order
public static final int |
-
LINE_SHIPPING
- Constant to denote that the total returned from getTotal() or
getLineTotal() should include order line level shipping
|
public static final int |
-
LINE_TAX
- Constant to denote that the total returned from getTotal() or
getLineTotal() should include order line level tax
|
public static final int |
-
LINE_UNIT_PRICE_TIMES_QUANTITY
- Constant to denote that the total returned from getTotal() or
getLineTotal() should include the sum of unit price times the
quanity.
|
public static final int |
-
ORDER_SHIPPING
- Constant to denote that the total returned from getTotal() or
getLineTotal() should include order level shipping
|
public static final String |
-
ORDER_STATUS_NEW
- Order status string at the time they are created.
|
LINE_SHIPPING
public static final int LINE_SHIPPING
- Constant to denote that the total returned from getTotal() or
getLineTotal() should include order line level shipping
LINE_TAX
public static final int LINE_TAX
- Constant to denote that the total returned from getTotal() or
getLineTotal() should include order line level tax
LINE_UNIT_PRICE_TIMES_QUANTITY
public static final int LINE_UNIT_PRICE_TIMES_QUANTITY
- Constant to denote that the total returned from getTotal() or
getLineTotal() should include the sum of unit price times the
quanity.
ORDER_SHIPPING
public static final int ORDER_SHIPPING
- Constant to denote that the total returned from getTotal() or
getLineTotal() should include order level shipping
ORDER_STATUS_NEW
public static final String
ORDER_STATUS_NEW
- Order status string at the time they are created.