用户持有产品查询

参数

serviceId

  getHoldingProduct

//代码示例
            SHRB.Api({
                serviceId:"getHoldingProduct",
                data:{
                    }
                },function (data) {
                    console.log(data);
            })

返回

callBackResult

  此返回对象为json类型的对象,以JSON格式说明:

{
    comfirmVol: "", //已确认份额
    confirmBalance: "", //已确认金额 
    dividendType: "", //分红方式 0-现金分红;1-红利再投;
    eStimateTotalIncom: "", // 预期总收益 
    investCardList: {
        accType: "", //账户类型
        payAcctNo: "", //投资账户 
        payBankName: "", //银行名称 
        transAmt: "" //投资金额 
    },    
    productCode: "", //产品代码 
    productId: "", //产品id 
    productName: "", //产品名称 
    productType: "", //产品类型 
    redemptionVol: "", //赎回待确认份额 
    status: "", //产品状态 0-已结束;1-已结束,计息中;2-已结束,兑付中;3-已结束,已兑付;4-销售中
    submitBalance: "", //申购待确认金额 
    totalIncome: "", //产品累计收益 
    yesterdayIncome: "", //货币基金昨日收益
    returnCode: "", //结果代码
    returnMsg: "" //结果信息
}

results matching ""

    No results matching ""