Package com.foxinmy.weixin4j.payment.mch
Class Order
- 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.Order
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MICROPayRequest
@Deprecated public class Order 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
Order()
Deprecated.
-
Method Summary
-
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
-
getFormatTradeState
public TradeState getFormatTradeState()
Deprecated.
-
getOpenId
public String getOpenId()
Deprecated.
-
getIsSubscribe
public String getIsSubscribe()
Deprecated.
-
getFormatIsSubscribe
public boolean getFormatIsSubscribe()
Deprecated.
-
getFormatTradeType
public TradeType getFormatTradeType()
Deprecated.
-
getBankType
public String getBankType()
Deprecated.
-
getFormatBankType
public BankType getFormatBankType()
Deprecated.
-
getCouponFee
public Integer getCouponFee()
Deprecated.
-
getFormatCouponFee
public double getFormatCouponFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getCouponCount
public Integer getCouponCount()
Deprecated.
-
getTradeState
public String getTradeState()
Deprecated.
-
getTradeType
public String getTradeType()
Deprecated.
-
getAttach
public String getAttach()
Deprecated.
-
getTimeEnd
public String getTimeEnd()
Deprecated.
-
getFormatTimeEnd
public Date getFormatTimeEnd()
Deprecated.
-
getTradeStateDesc
public String getTradeStateDesc()
Deprecated.
-
getCouponList
public List<OrderCouponInfo> getCouponList()
Deprecated.
-
setCouponList
public void setCouponList(List<OrderCouponInfo> couponList)
Deprecated.
-
getSubOpenId
public String getSubOpenId()
Deprecated.
-
getSubIsSubscribe
public String getSubIsSubscribe()
Deprecated.
-
getFormatSubIsSubscribe
public boolean getFormatSubIsSubscribe()
Deprecated.
-
getCashFeeType
public String getCashFeeType()
Deprecated.
-
getFormatCashFeeType
public CurrencyType getFormatCashFeeType()
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classMerchantTradeResult
-
-