static public field O2GRequestParamsEnum.TRADE_ID

Brief

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

Details

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

valuemap.setString(O2GRequestParamsEnum.TRADE_ID, value);

The parameter value can be obtained by calling the O2GTradeRow.getTradeID method.

Declared in O2GRequestParamsEnum

back