20 lines
502 B
C
20 lines
502 B
C
/*
|
|
* vl_h_0015.h - 정합성 코드/상수 테이블
|
|
*/
|
|
#ifndef VL_H_0015_H
|
|
#define VL_H_0015_H
|
|
|
|
#define VL_H_0015_RC_OK 0
|
|
#define VL_H_0015_RC_RETRY 1
|
|
#define VL_H_0015_RC_SKIP 2
|
|
#define VL_H_0015_RC_ERROR 9
|
|
|
|
#define VL_H_0015_LIMIT_DAILY 100000000L
|
|
#define VL_H_0015_LIMIT_SINGLE 50000000L
|
|
#define VL_H_0015_FEE_RATE_BP 250 /* 2.50% */
|
|
|
|
#define VL_H_0015_CHAN_ONLINE "01"
|
|
#define VL_H_0015_CHAN_BATCH "02"
|
|
#define VL_H_0015_CHAN_RECON "03"
|
|
|
|
#endif /* VL_H_0015_H */
|