Package com.foxinmy.weixin4j.payment.mch
Class RefundRecord
- 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.RefundRecord
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 @Deprecated public class RefundRecord extends MerchantTradeResult Deprecated.迁移到子模块weixin4j-pay退款记录- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedRefundRecord()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description doublegetFormatRefundFee()Deprecated.调用接口获取单位为分,get方法转换为元方便使用intgetRefundCount()Deprecated.intgetRefundFee()Deprecated.List<RefundDetail>getRefundList()Deprecated.voidsetRefundList(List<RefundDetail> refundList)Deprecated.StringtoString()Deprecated.- 
Methods inherited from class com.foxinmy.weixin4j.payment.mch.MerchantTradeResultgetCashFee, getFeeType, getFormatCashFee, getFormatFeeType, getFormatSettlementTotalFee, getFormatTotalFee, getOutTradeNo, getSettlementTotalFee, getTotalFee, getTransactionId
 - 
Methods inherited from class com.foxinmy.weixin4j.payment.mch.MerchantResultgetAppId, getDeviceInfo, getFormatRecall, getFormatSignType, getMchId, getNonceStr, getRecall, getSign, getSignType, getSubAppId, getSubMchId, setAppId, setDeviceInfo, setMchId, setNonceStr, setRecall, setSign, setSignType, setSubAppId, setSubMchId
 - 
Methods inherited from class com.foxinmy.weixin4j.http.weixin.XmlResultgetErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
 
- 
 
- 
- 
- 
Method Detail- 
getRefundCountpublic int getRefundCount() Deprecated.
 - 
getRefundFeepublic int getRefundFee() Deprecated.
 - 
getFormatRefundFeepublic double getFormatRefundFee() Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
 
 - 
getRefundListpublic List<RefundDetail> getRefundList() Deprecated.
 - 
setRefundListpublic void setRefundList(List<RefundDetail> refundList) Deprecated.
 - 
toStringpublic String toString() Deprecated.- Overrides:
- toStringin class- MerchantTradeResult
 
 
- 
 
-