Package com.foxinmy.weixin4j.payment.mch
Class MerchantTradeResult
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.payment.mch.MerchantTradeResult
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Order
,RefundRecord
,RefundResult
@Deprecated public class MerchantTradeResult extends MerchantResult
Deprecated.迁移到子模块weixin4j-pay商户平台交易结果- Since:
- JDK 1.7
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MerchantTradeResult()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Integer
getCashFee()
Deprecated.String
getFeeType()
Deprecated.double
getFormatCashFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用CurrencyType
getFormatFeeType()
Deprecated.double
getFormatSettlementTotalFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用double
getFormatTotalFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用String
getOutTradeNo()
Deprecated.Integer
getSettlementTotalFee()
Deprecated.Integer
getTotalFee()
Deprecated.String
getTransactionId()
Deprecated.String
toString()
Deprecated.-
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
-
getCashFee
public Integer getCashFee()
Deprecated.
-
getFormatCashFee
public double getFormatCashFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getTotalFee
public Integer getTotalFee()
Deprecated.
-
getFormatTotalFee
public double getFormatTotalFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getFormatFeeType
public CurrencyType getFormatFeeType()
Deprecated.
-
getFeeType
public String getFeeType()
Deprecated.
-
getTransactionId
public String getTransactionId()
Deprecated.
-
getOutTradeNo
public String getOutTradeNo()
Deprecated.
-
getSettlementTotalFee
public Integer getSettlementTotalFee()
Deprecated.
-
getFormatSettlementTotalFee
public double getFormatSettlementTotalFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classMerchantResult
-
-