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

可用资金冻结/解冻执行请求 更多...

#include <xlt_privilege_struct.h>

Public 属性

uint64_t account_index
 交易账号索引
 
char biz_no [CONST_BIZ_NO_LEN]
 资金划转业务流水号,交易API:token_id+序号,管理API:外部系统保证全局唯一
 
FundFrozenSide side
 冻结方向,1: 冻结,2: 解冻。考虑定义为枚举。
 
amount_t amount
 冻结/解冻金额,放大10000倍
 
uint8_t check_flag
 校验标记,0: 不做任何校验,1: 校验可用资金。
 

详细描述

可用资金冻结/解冻执行请求

类成员变量说明

◆ account_index

uint64_t x1::xlt_fund_avl_frozen_exec_request_t::account_index

交易账号索引

◆ amount

amount_t x1::xlt_fund_avl_frozen_exec_request_t::amount

冻结/解冻金额,放大10000倍

◆ biz_no

char x1::xlt_fund_avl_frozen_exec_request_t::biz_no[CONST_BIZ_NO_LEN]

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

◆ check_flag

uint8_t x1::xlt_fund_avl_frozen_exec_request_t::check_flag

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

◆ side

FundFrozenSide x1::xlt_fund_avl_frozen_exec_request_t::side

冻结方向,1: 冻结,2: 解冻。考虑定义为枚举。


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