汇付SDK
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.
hfpay-lib/src/factory/object/query/WalletStatus.php

21 lines
510 B

<?php
namespace Tansilu\HfPayLib\factory\object\query;
use Tansilu\HfPayLib\factory\object\ResponseObj;
/**
* 钱包状态
*
* @property-read $resp_code 应答返回码
* @property-read $resp_desc 应答描述
* @property-read $user_cust_id 用户客户号
* @property-read $user_name 用户姓名
* @property-read $acct_info_list 账户列表
*
* @see https://hfpay.cloudpnr.com/customers/nft/#/query/walletStateQuery
*/
class WalletStatus
{
use ResponseObj;
}