Class CashApi

    • Method Detail

      • queryCorpPayment

        public CorpPaymentRecord queryCorpPayment​(String outTradeNo)
                                           throws com.foxinmy.weixin4j.exception.WeixinException
        企业付款查询 用于商户的企业付款操作进行结果查询,返回付款操作详细结果
        Parameters:
        outTradeNo - 商户调用企业付款API时使用的商户订单号
        Returns:
        付款记录
        Throws:
        com.foxinmy.weixin4j.exception.WeixinException
        See Also:
        CorpPaymentRecord, 企业付款查询接口
      • querySettlement

        public SettlementRecord querySettlement​(boolean status,
                                                com.foxinmy.weixin4j.model.paging.Pageable pageable,
                                                Date start,
                                                Date end)
                                         throws com.foxinmy.weixin4j.exception.WeixinException
        查询结算资金
        Parameters:
        status - 是否结算
        pageable - 分页数据
        start - 开始日期 查询未结算记录时,该字段可不传
        end - 结束日期 查询未结算记录时,该字段可不传
        Returns:
        结算金额记录
        Throws:
        com.foxinmy.weixin4j.exception.WeixinException
        See Also:
        SettlementRecord, 查询结算资金接口
      • queryExchageRate

        public double queryExchageRate​(CurrencyType currencyType,
                                       Date date)
                                throws com.foxinmy.weixin4j.exception.WeixinException
        查询汇率
        Parameters:
        currencyType - 外币币种
        date - 日期 不填则默认当天
        Returns:
        汇率 例如美元兑换人民币的比例为6.5
        Throws:
        com.foxinmy.weixin4j.exception.WeixinException
        See Also:
        查询汇率接口