static public field O2GRequestParamsEnum.OFFER_ID

Brief

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

Details

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

valuemap.setString(O2GRequestParamsEnum.OFFER_ID, value);

The parameter value can be obtained by calling the O2GOfferRow.getOfferID method.

Declared in O2GRequestParamsEnum

back