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 Summary
Constructors Modifier Constructor Description protected
RefundRecord()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description double
getFormatRefundFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用int
getRefundCount()
Deprecated.int
getRefundFee()
Deprecated.List<RefundDetail>
getRefundList()
Deprecated.void
setRefundList(List<RefundDetail> refundList)
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.foxinmy.weixin4j.payment.mch.MerchantTradeResult
getCashFee, getFeeType, getFormatCashFee, getFormatFeeType, getFormatSettlementTotalFee, getFormatTotalFee, getOutTradeNo, getSettlementTotalFee, getTotalFee, getTransactionId
-
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
-
Methods inherited from class com.foxinmy.weixin4j.http.weixin.XmlResult
getErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
-
-
-
-
Method Detail
-
getRefundCount
public int getRefundCount()
Deprecated.
-
getRefundFee
public int getRefundFee()
Deprecated.
-
getFormatRefundFee
public double getFormatRefundFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getRefundList
public List<RefundDetail> getRefundList()
Deprecated.
-
setRefundList
public void setRefundList(List<RefundDetail> refundList)
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classMerchantTradeResult
-
-