© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.shipping
Interface ShippingMethodConstants


public interface ShippingMethodConstants

This ShippingMethodConstants interface defines the constants for the ShippingMethodValue class.

See Also:
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

POLICY

public static final java.lang.String POLICY
Uses the Shipping Cost Calculation Policy to determine the total cost.

FLATRATE

public static final java.lang.String FLATRATE
A single flat rate price is returned as specified in the price field.

PERITEM

public static final java.lang.String PERITEM
The count of items in the order is multiplied by the price field to determine the shipping cost.

PERCENTAGE

public static final java.lang.String PERCENTAGE
The total cost of the order is multiplied by the percenate specified to determine the cost.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved