You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
537 B
21 lines
537 B
<?php
|
|
|
|
namespace Tansilu\HfPayLib\factory\object\query;
|
|
|
|
use Tansilu\HfPayLib\factory\object\ResponseObj;
|
|
|
|
/**
|
|
* 链上账户余额
|
|
*
|
|
* @property-read $resp_code 应答返回码
|
|
* @property-read $resp_desc 应答描述
|
|
* @property-read $mer_cust_id 商户客户号
|
|
* @property-read $user_cust_id 用户客户号
|
|
* @property-read $user_id 用户ID
|
|
* @property-read $chain_addr 链账户地址
|
|
* @property-read $chain_balance 链账户余额
|
|
*/
|
|
class ChainBalance
|
|
{
|
|
use ResponseObj;
|
|
} |