/* * au_h_0008.h - 승인한도 코드/상수 테이블 */ #ifndef AU_H_0008_H #define AU_H_0008_H #define AU_H_0008_RC_OK 0 #define AU_H_0008_RC_RETRY 1 #define AU_H_0008_RC_SKIP 2 #define AU_H_0008_RC_ERROR 9 #define AU_H_0008_LIMIT_DAILY 100000000L #define AU_H_0008_LIMIT_SINGLE 50000000L #define AU_H_0008_FEE_RATE_BP 250 /* 2.50% */ #define AU_H_0008_CHAN_ONLINE "01" #define AU_H_0008_CHAN_BATCH "02" #define AU_H_0008_CHAN_RECON "03" #endif /* AU_H_0008_H */