Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
载入中...
搜索中...
未找到
x1::xlt_fund_transfer_exec_request_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: 回滚
 

详细描述

资金划转执行请求

类成员变量说明

◆ account_index

uint64_t x1::xlt_fund_transfer_exec_request_t::account_index

交易账号索引

◆ amount

amount_t x1::xlt_fund_transfer_exec_request_t::amount

划转金额,放大10000倍

◆ biz_no

char x1::xlt_fund_transfer_exec_request_t::biz_no[CONST_BIZ_NO_LEN]

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

◆ check_flag

uint8_t x1::xlt_fund_transfer_exec_request_t::check_flag

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

◆ exec_type

FundTransExecType x1::xlt_fund_transfer_exec_request_t::exec_type

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

◆ side

FundTransSide x1::xlt_fund_transfer_exec_request_t::side

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


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