-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathElectronicValueRWConst.java
More file actions
424 lines (358 loc) · 22.7 KB
/
ElectronicValueRWConst.java
File metadata and controls
424 lines (358 loc) · 22.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
//////////////////////////////////////////////////////////////////////
//
// The JavaPOS library source code is now under the CPL license, which
// is an OSS Apache-like license. The complete license is located at:
// http://www.ibm.com/developerworks/library/os-cpl.html
//
//////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
//
// This software is provided "AS IS". The JavaPOS working group (including
// each of the Corporate members, contributors and individuals) MAKES NO
// REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE,
// EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
// WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NON-INFRINGEMENT. The JavaPOS working group shall not be liable for
// any damages suffered as a result of using, modifying or distributing this
// software or its derivatives.Permission to use, copy, modify, and distribute
// the software and its documentation for any purpose is hereby granted.
//
// ElectronicValueRWConst
//
// ElectronicValueRW constants for JavaPOS Applications.
//
// Modification history
// ------------------------------------------------------------------
// 2008-Jan-14 JavaPOS Release 1.12 BS
// New device category.
// 2013-Jul-25 JavaPOS Release 1.14 BS
// Added new constants:
// EVRW_PIN_ENTRY_NONE
// EVRW_PIN_ENTRY_EXTERNAL
// EVRW_PIN_ENTRY_INTERNAL
// EVRW_PIN_ENTRY_UNKNOWN
// EVRW_TM_FALSE
// EVRW_TM_TRUE
// EVRW_TM_UNKNOWN
// EVRW_TAG_AS_AUTHENTICATED
// EVRW_TAG_AS_UNAUTHENTICATED
// EVRW_TAG_CTT_CANCEL
// EVRW_TAG_CTT_CHARGE
// EVRW_TAG_CTT_RETURN
// EVRW_TAG_CTT_SALES
// EVRW_TAG_CM_CASH
// EVRW_TAG_CM_CREDIT
// EVRW_TAG_CM_POINT
// EVRW_TAG_PC_INSTALLMENT_2
// EVRW_TAG_PC_INSTALLMENT_3
// EVRW_TAG_PC_BONUS_1
// EVRW_TAG_PC_BONUS_2
// EVRW_TAG_PC_BONUS_3
// EVRW_TAG_PC_BONUS_4
// EVRW_TAG_PC_BONUS_5
// EVRW_TAG_PC_BONUS_COMBINATION_1
// EVRW_TAG_PC_BONUS_COMBINATION_2
// EVRW_TAG_PC_BONUS_COMBINATION_3
// EVRW_TAG_PC_BONUS_COMBINATION_4
// EVRW_TAG_PC_INSTALLMENT_1
// EVRW_TAG_PC_LUMP
// EVRW_TAG_PC_REVOLVING
// EVRW_TAG_PM_COMBINED
// EVRW_TAG_PM_FULL_SETTLEMENT
// EVRW_TAG_PMFP_CASH
// EVRW_TAG_PMFP_CREDIT
// EVRW_TAG_PMFP_EM
// EVRW_TAG_PMFP_OTHER
// EVRW_TAG_ROS_NG
// EVRW_TAG_ROS_OK
// EVRW_TAG_ROS_UNKNOWN
// EVRW_TAG_STT_1
// EVRW_TAG_STT_2
// EVRW_TAG_STT_3
// EVRW_TAG_TT_ADD
// EVRW_TAG_TT_CANCEL_CHARGE
// EVRW_TAG_TT_CANCEL_RETURN
// EVRW_TAG_TT_CANCEL_SALES
// EVRW_TAG_TT_GET_LOG
// EVRW_TAG_TT_READ
// EVRW_TAG_TT_RETURN
// EVRW_TAG_TT_SUBTRACT
// EVRW_TAG_TT_WRITE
// EVRW_TE_NOTIFY_TOUCH_RETRY
// EVRW_TE_NOTIFY_TOUCH_RETRY_CANCELABLE
// EVRW_TE_CONFIRM_TOUCH_RETRY
// EVRW_TE_CONFIRM_CANCEL
// EVRW_TE_NOTIFY_INVALID_OPERATION
// EVRW_TE_CONFIRM_INVALID_OPERATION
// EVRW_TE_CONFIRM_REMAINDER_SUBTRACTION
// EVRW_TE_CONFIRM_CENTER_CHECK
// EVRW_TE_CONFIRM_TOUCH_TIMEOUT
// EVRW_TE_CONFIRM_AUTO_CHARGE
// EVRW_TE_NOTIFY_CAPTURE_CARD
// EVRW_TE_NOTIFY_PIN
// EVRW_TE_NOTIFY_CENTER_CHECK
// EVRW_TE_NOTIFY_COMPLETE
// EVRW_TE_NOTIFY_TOUCH
// EVRW_TE_NOTIFY_BUSY
// EVRW_TE_CONFIRM_CENTER_CHECK_COMPLETE
// EVRW_TE_CONFIRM_SELECT
// EVRW_TE_NOTIFY_LOCK
// EVRW_TE_NOTIFY_CENTER_CHECK_COMPLETE
// EVRW_TE_CONFIRM_PIN_ENTRY_BY_OUTER_PINPAD
// 2025-Feb-04 JavaPOS Release 1.15.2 MC
// Added new constants:
// EVRW_TAG_VR_VOID
// EVRW_TAG_VR_RETURN
// EVRW_TAG_VTT_SALES
// EVRW_TAG_VTT_CHARGE
// EVRW_TAG_VTT_CANCEL
// EVRW_TAG_VTT_RETURN
//
/////////////////////////////////////////////////////////////////////
package jpos;
public interface ElectronicValueRWConst
{
/////////////////////////////////////////////////////////////////////
// "CapCardSensor" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_CCS_ENTRY = 0x00000001;
public static final int EVRW_CCS_DETECT = 0x00000002;
public static final int EVRW_CCS_CAPTURE = 0x00000004;
/////////////////////////////////////////////////////////////////////
// "CapDailyLog" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_DL_NONE = 0x00000000; // Added in release 1.15
public static final int EVRW_DL_REPORTING = 0x00000001; // Added in release 1.15
public static final int EVRW_DL_SETTLEMENT = 0x00000002; // Added in release 1.15
public static final int EVRW_DL_REPORTING_SETTLEMENT = 0x00000003; // Added in release 1.15
/////////////////////////////////////////////////////////////////////
// "CapDetectionControl" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_CDC_RWCONTROL = 0x00000001;
public static final int EVRW_CDC_APPLICATIONCONTROL = 0x00000002;
/////////////////////////////////////////////////////////////////////
// "DetectionStatus" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_DS_NOCARD = 1;
public static final int EVRW_DS_DETECTED = 2;
public static final int EVRW_DS_ENTERED = 3;
public static final int EVRW_DS_CAPTURED = 4;
/////////////////////////////////////////////////////////////////////
// "LogStatus" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_LS_OK = 1;
public static final int EVRW_LS_NEARFULL = 2;
public static final int EVRW_LS_FULL = 3;
/////////////////////////////////////////////////////////////////////
// "PaymentCondition" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_PAYMENT_LUMP = 10; // Added in release 1.15
public static final int EVRW_PAYMENT_BONUS_1 = 21; // Added in release 1.15
public static final int EVRW_PAYMENT_BONUS_2 = 22; // Added in release 1.15
public static final int EVRW_PAYMENT_BONUS_3 = 23; // Added in release 1.15
public static final int EVRW_PAYMENT_BONUS_4 = 24; // Added in release 1.15
public static final int EVRW_PAYMENT_BONUS_5 = 25; // Added in release 1.15
public static final int EVRW_PAYMENT_INSTALLMENT_1 = 61; // Added in release 1.15
public static final int EVRW_PAYMENT_INSTALLMENT_2 = 62; // Added in release 1.15
public static final int EVRW_PAYMENT_INSTALLMENT_3 = 63; // Added in release 1.15
public static final int EVRW_PAYMENT_BONUS_COMBINATION_1 = 31; // Added in release 1.15
public static final int EVRW_PAYMENT_BONUS_COMBINATION_2 = 32; // Added in release 1.15
public static final int EVRW_PAYMENT_BONUS_COMBINATION_3 = 33; // Added in release 1.15
public static final int EVRW_PAYMENT_BONUS_COMBINATION_4 = 34; // Added in release 1.15
public static final int EVRW_PAYMENT_REVOLVING = 80; // Added in release 1.15
public static final int EVRW_PAYMENT_DEBIT = 110; // Added in release 1.15
public static final int EVRW_PAYMENT_ELECTRONIC_MONEY = 111; // Added in release 1.15
/////////////////////////////////////////////////////////////////////
// "PaymentMedia" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_MEDIA_UNSPECIFIED = 0; // Added in release 1.15
public static final int EVRW_MEDIA_CREDIT = 1; // Added in release 1.15
public static final int EVRW_MEDIA_DEBIT = 2; // Added in release 1.15
public static final int EVRW_MEDIA_ELECTRONIC_MONEY = 3; // Added in release 1.15
/////////////////////////////////////////////////////////////////////
// "PINEntry" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_PIN_ENTRY_NONE = 1; // Added in release 1.14
public static final int EVRW_PIN_ENTRY_EXTERNAL = 2; // Added in release 1.14
public static final int EVRW_PIN_ENTRY_INTERNAL = 3; // Added in release 1.14
public static final int EVRW_PIN_ENTRY_UNKNOWN = 4; // Added in release 1.14
/////////////////////////////////////////////////////////////////////
// "ServiceType" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_ST_UNSPECIFIED = 0; // Added in release 1.14.1
public static final int EVRW_ST_ELECTRONIC_MONEY = 1; // Added in release 1.14.1
public static final int EVRW_ST_POINT = 2; // Added in release 1.14.1
public static final int EVRW_ST_VOUCHER = 3; // Added in release 1.14.1
public static final int EVRW_ST_MEMBERSHIP = 4; // Added in release 1.14.1
public static final int EVRW_ST_CAT = 5; // Added in release 1.15
/////////////////////////////////////////////////////////////////////
// "TrainingModeState" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_TM_FALSE = 1; // Added in release 1.14
public static final int EVRW_TM_TRUE = 2; // Added in release 1.14
public static final int EVRW_TM_UNKNOWN = 3; // Added in release 1.14
/////////////////////////////////////////////////////////////////////
// "TransactionType" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_TRANSACTION_SALES = 10; // Added in release 1.15
public static final int EVRW_TRANSACTION_VOID = 20; // Added in release 1.15
public static final int EVRW_TRANSACTION_REFUND = 21; // Added in release 1.15
public static final int EVRW_TRANSACTION_VOIDPRESALES = 29; // Added in release 1.15
public static final int EVRW_TRANSACTION_COMPLETION = 30; // Added in release 1.15
public static final int EVRW_TRANSACTION_PRESALES = 40; // Added in release 1.15
public static final int EVRW_TRANSACTION_CHECKCARD = 41; // Added in release 1.15
public static final int EVRW_TRANSACTION_CASHDEPOSIT = 50; // Added in release 1.15
/////////////////////////////////////////////////////////////////////
// "accessData" Method: "type" Parameter Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_AD_KEY = 1; // Added in release 1.14.1
public static final int EVRW_AD_NEGATIVE_LIST = 2; // Added in release 1.14.1
public static final int EVRW_AD_OTHERS = 3; // Added in release 1.14.1
/////////////////////////////////////////////////////////////////////
// "accessLog" Method: "type" Parameter Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_AL_REPORTING = 1; // Added in release 1.14.1
public static final int EVRW_AL_SETTLEMENT = 2; // Added in release 1.14.1
/////////////////////////////////////////////////////////////////////
// "beginDetection" Method: "type" Parameter Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_BD_ANY = 1;
public static final int EVRW_BD_SPECIFIC = 2;
/////////////////////////////////////////////////////////////////////
// "retrieveResultInformation" Method: "value" Parameter Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_TAG_AS_AUTHENTICATED = 1; // Added in release 1.14
public static final int EVRW_TAG_AS_UNAUTHENTICATED = 2; // Added in release 1.14
public static final int EVRW_TAG_CTT_CANCEL = 1; // Added in release 1.14
public static final int EVRW_TAG_CTT_CHARGE = 2; // Added in release 1.14
public static final int EVRW_TAG_CTT_RETURN = 3; // Added in release 1.14
public static final int EVRW_TAG_CTT_SALES = 4; // Added in release 1.14
public static final int EVRW_TAG_CM_CASH = 1; // Added in release 1.14
public static final int EVRW_TAG_CM_CREDIT = 2; // Added in release 1.14
public static final int EVRW_TAG_CM_POINT = 3; // Added in release 1.14
public static final int EVRW_TAG_NIT_ALL = 1; // Added in release 1.14
public static final int EVRW_TAG_NIT_UPDATED = 2; // Added in release 1.14
public static final int EVRW_TAG_PC_INSTALLMENT_1 = 1; // Added in release 1.14
public static final int EVRW_TAG_PC_INSTALLMENT_2 = 2; // Added in release 1.14
public static final int EVRW_TAG_PC_INSTALLMENT_3 = 3; // Added in release 1.14
public static final int EVRW_TAG_PC_BONUS_1 = 4; // Added in release 1.14
public static final int EVRW_TAG_PC_BONUS_2 = 5; // Added in release 1.14
public static final int EVRW_TAG_PC_BONUS_3 = 6; // Added in release 1.14
public static final int EVRW_TAG_PC_BONUS_4 = 7; // Added in release 1.14
public static final int EVRW_TAG_PC_BONUS_5 = 8; // Added in release 1.14
public static final int EVRW_TAG_PC_BONUS_COMBINATION_1 = 9; // Added in release 1.14
public static final int EVRW_TAG_PC_BONUS_COMBINATION_2 = 10; // Added in release 1.14
public static final int EVRW_TAG_PC_BONUS_COMBINATION_3 = 11; // Added in release 1.14
public static final int EVRW_TAG_PC_BONUS_COMBINATION_4 = 12; // Added in release 1.14
public static final int EVRW_TAG_PC_LUMP = 13; // Added in release 1.14
public static final int EVRW_TAG_PC_REVOLVING = 14; // Added in release 1.14
public static final int EVRW_TAG_PM_COMBINED = 1; // Added in release 1.14
public static final int EVRW_TAG_PM_FULL_SETTLEMENT = 2; // Added in release 1.14
public static final int EVRW_TAG_PMFP_CASH = 1; // Added in release 1.14
public static final int EVRW_TAG_PMFP_CREDIT = 2; // Added in release 1.14
public static final int EVRW_TAG_PMFP_EM = 3; // Added in release 1.14
public static final int EVRW_TAG_PMFP_OTHER = 4; // Added in release 1.14
public static final int EVRW_TAG_ROS_NG = 1; // Added in release 1.14
public static final int EVRW_TAG_ROS_OK = 2; // Added in release 1.14
public static final int EVRW_TAG_ROS_UNKNOWN = 3; // Added in release 1.14
public static final int EVRW_TAG_STT_1 = 1; // Added in release 1.14
public static final int EVRW_TAG_STT_2 = 2; // Added in release 1.14
public static final int EVRW_TAG_STT_3 = 3; // Added in release 1.14
public static final int EVRW_TAG_TT_ADD = 1; // Added in release 1.14
public static final int EVRW_TAG_TT_CANCEL_CHARGE = 2; // Added in release 1.14
public static final int EVRW_TAG_TT_CANCEL_RETURN = 3; // Added in release 1.14
public static final int EVRW_TAG_TT_CANCEL_SALES = 4; // Added in release 1.14
public static final int EVRW_TAG_TT_GET_LOG = 5; // Added in release 1.14
public static final int EVRW_TAG_TT_READ = 6; // Added in release 1.14
public static final int EVRW_TAG_TT_RETURN = 7; // Added in release 1.14
public static final int EVRW_TAG_TT_SUBTRACT = 8; // Added in release 1.14
public static final int EVRW_TAG_TT_WRITE = 9; // Added in release 1.14
public static final int EVRW_TAG_TT_COMPLETION = 10; // Added in release 1.15
public static final int EVRW_TAG_TT_PRE_SALES = 11; // Added in release 1.15
public static final int EVRW_TAG_VR_VOID = 1; // Added in release 1.15.2
public static final int EVRW_TAG_VR_RETURN = 2; // Added in release 1.15.2
public static final int EVRW_TAG_VTT_SALES = 1; // Added in release 1.15.2
public static final int EVRW_TAG_VTT_CHARGE = 2; // Added in release 1.15.2
public static final int EVRW_TAG_VTT_CANCEL = 3; // Added in release 1.15.2
public static final int EVRW_TAG_VTT_RETURN = 4; // Added in release 1.15.2
/////////////////////////////////////////////////////////////////////
// "transactionAccess" Method: "Control" Parameter Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_TA_TRANSACTION = 11;
public static final int EVRW_TA_NORMAL = 12;
/////////////////////////////////////////////////////////////////////
// "StatusUpdateEvent" Event: "Data" Parameter Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_SUE_LS_OK = 11;
public static final int EVRW_SUE_LS_NEARFULL = 12;
public static final int EVRW_SUE_LS_FULL = 13;
public static final int EVRW_SUE_DS_NOCARD = 21;
public static final int EVRW_SUE_DS_DETECTED = 22;
public static final int EVRW_SUE_DS_ENTERED = 23;
public static final int EVRW_SUE_DS_CAPTURED = 24;
/////////////////////////////////////////////////////////////////////
// "TransitionEvent" Event: "EventNumber" Parameter Constants
/////////////////////////////////////////////////////////////////////
public static final int EVRW_TE_NOTIFY_TOUCH_RETRY = 1; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_TOUCH_RETRY_CANCELABLE = 2; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_TOUCH_RETRY = 3; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_CANCEL = 4; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_INVALID_OPERATION = 5; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_INVALID_OPERATION = 6; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_REMAINDER_SUBTRACTION = 7; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_CENTER_CHECK = 8; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_TOUCH_TIMEOUT = 9; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_AUTO_CHARGE = 10; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_CAPTURE_CARD = 11; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_PIN = 12; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_CENTER_CHECK = 13; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_COMPLETE = 14; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_TOUCH = 15; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_BUSY = 16; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_CENTER_CHECK_COMPLETE = 17; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_SELECT = 18; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_LOCK = 19; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_CENTER_CHECK_COMPLETE = 20; // Added in release 1.14
public static final int EVRW_TE_CONFIRM_PIN_ENTRY_BY_OUTER_PINPAD = 21; // Added in release 1.14
public static final int EVRW_TE_NOTIFY_PROGRESS_1_TO_100 = 22; // Added in release 1.14.1
public static final int EVRW_TE_CONFIRM_DEVICE_DATA = 23; // Added in release 1.14.1
public static final int EVRW_TE_CONFIRM_SEARCH_TABLE = 24; // Added in release 1.15
public static final int EVRW_TE_CONFIRM_PAYMENT_CONDITION = 25; // Added in release 1.15
public static final int EVRW_TE_CONFIRM_AUTHORIZE = 26; // Added in release 1.15
public static final int EVRW_TE_NOTIFY_CHECK_CARD = 27; // Added in release 1.15
public static final int EVRW_TE_NOTIFY_SELECT_PAYMENT_CONDITION = 28; // Added in release 1.15
/////////////////////////////////////////////////////////////////////
// "ResultCodeExtended" Property Constants
/////////////////////////////////////////////////////////////////////
public static final int JPOS_EEVRW_NOCARD = 201;
public static final int JPOS_EEVRW_RELEASE = 202;
public static final int JPOS_EEVRW_CENTERERROR = 203;
public static final int JPOS_EEVRW_COMMANDERROR = 204;
public static final int JPOS_EEVRW_RESET = 205;
public static final int JPOS_EEVRW_COMMUNICATIONERROR = 206;
public static final int JPOS_EEVRW_LOGOVERFLOW = 207;
public static final int JPOS_EEVRW_DAILYLOGOVERFLOW = 208;
public static final int JPOS_EEVRW_DEFICIENT = 209;
public static final int JPOS_EEVRW_OVERDEPOSIT = 210;
// the following OPOS error codes has been added by mistake, use the ones from above
/** @deprecated Use JPOS_EEVRW_NOCARD instead */
public static final int OPOS_EVRW_NOCARD = JPOS_EEVRW_NOCARD;
/** @deprecated Use JPOS_EEVRW_RELEASE instead */
public static final int OPOS_EVRW_RELEASE = JPOS_EEVRW_RELEASE;
/** @deprecated Use JPOS_EEVRW_CENTERERROR instead */
public static final int OPOS_EVRW_CENTERERROR = JPOS_EEVRW_CENTERERROR;
/** @deprecated Use JPOS_EEVRW_COMMANDERROR instead */
public static final int OPOS_EVRW_COMMANDERROR = JPOS_EEVRW_COMMANDERROR;
/** @deprecated Use JPOS_EEVRW_RESET instead */
public static final int OPOS_EVRW_RESET = JPOS_EEVRW_RESET;
/** @deprecated Use JPOS_EEVRW_COMMUNICATIONERROR instead */
public static final int OPOS_EVRW_COMMUNICATIONERROR = JPOS_EEVRW_COMMUNICATIONERROR;
/** @deprecated Use JPOS_EEVRW_LOGOVERFLOW instead */
public static final int OPOS_EVRW_LOGOVERFLOW = JPOS_EEVRW_LOGOVERFLOW;
/** @deprecated Use JPOS_EEVRW_DAILYLOGOVERFLOW instead */
public static final int OPOS_EVRW_DAILYLOGOVERFLOW = JPOS_EEVRW_DAILYLOGOVERFLOW;
/** @deprecated Use JPOS_EEVRW_DEFICIENT instead */
public static final int OPOS_EVRW_DEFICIENT = JPOS_EEVRW_DEFICIENT;
/** @deprecated Use JPOS_EEVRW_OVERDEPOSIT instead */
public static final int OPOS_EVRW_OVERDEPOSIT = JPOS_EEVRW_OVERDEPOSIT;
}