com.ibm.commerce.orderquotation.commands
Interface PriceAndAvailabilityConstants


public interface PriceAndAvailabilityConstants

Constants that represent the different quotation types.


Field Summary
static java.lang.String ADDITIONAL_INFORMATION_IS_ALLOWED
          Value to specify that additional information is allowed
static java.lang.String ADDITIONAL_INFORMATION_IS_NOT_ALLOWED
          Value to specify that additional information is not allowed
static java.lang.String COPYRIGHT           Copyright statement.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

ADDITIONAL_INFORMATION_IS_ALLOWED

public static final java.lang.String ADDITIONAL_INFORMATION_IS_ALLOWED
Value to specify that additional information is allowed
See Also:
Constant Field Values

ADDITIONAL_INFORMATION_IS_NOT_ALLOWED

public static final java.lang.String ADDITIONAL_INFORMATION_IS_NOT_ALLOWED
Value to specify that additional information is not allowed
See Also:
Constant Field Values