Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
载入中...
搜索中...
未找到
x1::xlt_fund_transfer_exec_result_t结构体 参考

资金划转执行结果 更多...

#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: 回滚
 
int64_t time
 资金划转的时间,格式为YYYYMMDDHHMMSSsss
 
FundTransStatus status
 划转状态,DOING-处理中,SUCCESS-成功,FAIL-失败,EXCEPTION-异常
 
xlt_error_info_t error_info
 如果资金划转失败将通过该字段返回错误信息
 

详细描述

资金划转执行结果

类成员变量说明

◆ account_index

uint64_t x1::xlt_fund_transfer_exec_result_t::account_index

交易账号索引

◆ amount

amount_t x1::xlt_fund_transfer_exec_result_t::amount

划转金额,放大10000倍

◆ biz_no

char x1::xlt_fund_transfer_exec_result_t::biz_no[CONST_BIZ_NO_LEN]

资金划转业务流水号,交易API:token_id+序号,管理API:外部系统保证全局唯一

◆ check_flag

uint8_t x1::xlt_fund_transfer_exec_result_t::check_flag

校验标记,0: 不做任何校验,1: 校验可用资金

◆ error_info

xlt_error_info_t x1::xlt_fund_transfer_exec_result_t::error_info

如果资金划转失败将通过该字段返回错误信息

◆ exec_type

FundTransExecType x1::xlt_fund_transfer_exec_result_t::exec_type

资金划转执行类型,NORMAL: 正常处理, ROLLBACK: 回滚

◆ side

FundTransSide x1::xlt_fund_transfer_exec_result_t::side

划转方向,IN-划入(从主柜划入到xlight),OUT-划出(从xlight划出到主柜)

◆ status

FundTransStatus x1::xlt_fund_transfer_exec_result_t::status

划转状态,DOING-处理中,SUCCESS-成功,FAIL-失败,EXCEPTION-异常

◆ time

int64_t x1::xlt_fund_transfer_exec_result_t::time

资金划转的时间,格式为YYYYMMDDHHMMSSsss


该结构体的文档由以下文件生成: