|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This ShippingMethodConstants interface defines the constants for the ShippingMethodValue class.
ShippingMethodValue
Field Summary | |
static java.lang.String |
FLATRATE
A single flat rate price is returned as specified in the price field. |
static java.lang.String |
PERCENTAGE
The total cost of the order is multiplied by the percenate specified to determine the cost. |
static java.lang.String |
PERITEM
The count of items in the order is multiplied by the price field to determine the shipping cost. |
static java.lang.String |
POLICY
Uses the Shipping Cost Calculation Policy to determine the total cost. |
Field Detail |
public static final java.lang.String POLICY
public static final java.lang.String FLATRATE
public static final java.lang.String PERITEM
public static final java.lang.String PERCENTAGE
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |