com.foxinmy.weixin4j.payment.mch
Class RefundResult
java.lang.Object
com.foxinmy.weixin4j.http.weixin.XmlResult
com.foxinmy.weixin4j.payment.mch.MerchantResult
com.foxinmy.weixin4j.payment.mch.MerchantTradeResult
com.foxinmy.weixin4j.payment.mch.RefundResult
- All Implemented Interfaces:
- Serializable
public class RefundResult
- extends MerchantTradeResult
退款申请结果
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
| Methods inherited from class com.foxinmy.weixin4j.payment.mch.MerchantResult |
getAppId, getDeviceInfo, getFormatRecall, getFormatSignType, getMchId, getNonceStr, getRecall, getSign, getSignType, getSubAppId, getSubMchId, setAppId, setDeviceInfo, setMchId, setNonceStr, setRecall, setSign, setSignType, setSubAppId, setSubMchId |
getOutRefundNo
public String getOutRefundNo()
getRefundId
public String getRefundId()
getRefundChannel
public String getRefundChannel()
getFormatRefundChannel
public RefundChannel getFormatRefundChannel()
getRefundFee
public int getRefundFee()
getFormatRefundFee
public double getFormatRefundFee()
- 调用接口获取单位为分,get方法转换为元方便使用
- Returns:
- 元单位
getCashRefundFee
public Integer getCashRefundFee()
getFormatCashRefundFee
public double getFormatCashRefundFee()
- 调用接口获取单位为分,get方法转换为元方便使用
- Returns:
- 元单位
getRefundList
public List<RefundDetail> getRefundList()
toString
public String toString()
- Overrides:
toString in class MerchantTradeResult
Copyright © 2014–2017. All rights reserved.