static public field O2GRequestParamsEnum.ORDER_ID

Brief

The constant represents the name of the order identification number parameter.

Details

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

valuemap.setString(O2GRequestParamsEnum.ORDER_ID, value);

The parameter value can be obtained by calling the O2GOrderRow.getOrderID method.

Declared in O2GRequestParamsEnum

back