static public field O2GRequestParamsEnum.ACCOUNT_ID

Brief

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

Details

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

valuemap.setString(O2GRequestParamsEnum.ACCOUNT_ID, value);

The parameter value can be obtained by calling the O2GAccountRow.getAccountID method.

Declared in O2GRequestParamsEnum

back