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/au_h_0004.h

20 lines
505 B
C

/*
* au_h_0004.h - 승인한도 코드/상수 테이블
*/
#ifndef AU_H_0004_H
#define AU_H_0004_H
#define AU_H_0004_RC_OK 0
#define AU_H_0004_RC_RETRY 1
#define AU_H_0004_RC_SKIP 2
#define AU_H_0004_RC_ERROR 9
#define AU_H_0004_LIMIT_DAILY 100000000L
#define AU_H_0004_LIMIT_SINGLE 50000000L
#define AU_H_0004_FEE_RATE_BP 250 /* 2.50% */
#define AU_H_0004_CHAN_ONLINE "01"
#define AU_H_0004_CHAN_BATCH "02"
#define AU_H_0004_CHAN_RECON "03"
#endif /* AU_H_0004_H */