![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
资金划转执行请求 更多...
#include <xlt_privilege_struct.h>
Public 属性 | |
| uint64_t | account_index |
| 交易账号索引 | |
| char | biz_no [CONST_BIZ_NO_LEN] |
| 资金划转业务流水号,交易API:token_id+序号,管理API:外部系统保证全局唯一 | |
| FundTransSide | side |
| 划转方向,IN-划入(从主柜划入到xlight),OUT-划出(从xlight划出到主柜) | |
| amount_t | amount |
| 划转金额,放大10000倍 | |
| uint8_t | check_flag |
| 校验标记,0: 不做任何校验,1: 校验可用资金 | |
| FundTransExecType | exec_type |
| 资金划转执行类型,NORMAL: 正常处理, ROLLBACK: 回滚 | |
资金划转执行请求
| uint64_t x1::xlt_fund_transfer_exec_request_t::account_index |
交易账号索引
| amount_t x1::xlt_fund_transfer_exec_request_t::amount |
划转金额,放大10000倍
| char x1::xlt_fund_transfer_exec_request_t::biz_no[CONST_BIZ_NO_LEN] |
资金划转业务流水号,交易API:token_id+序号,管理API:外部系统保证全局唯一
| uint8_t x1::xlt_fund_transfer_exec_request_t::check_flag |
校验标记,0: 不做任何校验,1: 校验可用资金
| FundTransExecType x1::xlt_fund_transfer_exec_request_t::exec_type |
资金划转执行类型,NORMAL: 正常处理, ROLLBACK: 回滚
| FundTransSide x1::xlt_fund_transfer_exec_request_t::side |
划转方向,IN-划入(从主柜划入到xlight),OUT-划出(从xlight划出到主柜)