This repository has been archived on 2026-07-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
acquire-core-full/app/include/st_h_0008.h

20 lines
508 B
C

/*
* st_h_0008.h - 정산수수료 코드/상수 테이블
*/
#ifndef ST_H_0008_H
#define ST_H_0008_H
#define ST_H_0008_RC_OK 0
#define ST_H_0008_RC_RETRY 1
#define ST_H_0008_RC_SKIP 2
#define ST_H_0008_RC_ERROR 9
#define ST_H_0008_LIMIT_DAILY 100000000L
#define ST_H_0008_LIMIT_SINGLE 50000000L
#define ST_H_0008_FEE_RATE_BP 250 /* 2.50% */
#define ST_H_0008_CHAN_ONLINE "01"
#define ST_H_0008_CHAN_BATCH "02"
#define ST_H_0008_CHAN_RECON "03"
#endif /* ST_H_0008_H */