static public field O2GRequestParamsEnum.ORDER_TYPE

Brief

The constant represents the name of the order type parameter.

Details

To set the parameter value, use the setString method. For example,

valuemap.setString(O2GRequestParamsEnum.ORDER_TYPE, value);

For the list of the possible parameter values, see the Constants.Orders class description.

Declared in O2GRequestParamsEnum

back