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