com.foxinmy.weixin4j.payment.mch
Class Order

java.lang.Object
  extended by com.foxinmy.weixin4j.http.weixin.XmlResult
      extended by com.foxinmy.weixin4j.payment.mch.MerchantResult
          extended by com.foxinmy.weixin4j.payment.mch.MerchantTradeResult
              extended by com.foxinmy.weixin4j.payment.mch.Order
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MICROPayRequest

public class Order
extends MerchantTradeResult

订单信息

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Method Summary
 String getAttach()
           
 String getBankType()
           
 String getCashFeeType()
           
 Integer getCouponCount()
           
 Integer getCouponFee()
           
 List<OrderCouponInfo> getCouponList()
           
 BankType getFormatBankType()
           
 CurrencyType getFormatCashFeeType()
           
 double getFormatCouponFee()
          调用接口获取单位为分,get方法转换为元方便使用
 boolean getFormatIsSubscribe()
           
 boolean getFormatSubIsSubscribe()
           
 Date getFormatTimeEnd()
           
 TradeState getFormatTradeState()
           
 TradeType getFormatTradeType()
           
 String getIsSubscribe()
           
 String getOpenId()
           
 String getSubIsSubscribe()
           
 String getSubOpenId()
           
 String getTimeEnd()
           
 String getTradeState()
           
 String getTradeStateDesc()
           
 String getTradeType()
           
 void setCouponList(List<OrderCouponInfo> couponList)
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFormatTradeState

public TradeState getFormatTradeState()

getOpenId

public String getOpenId()

getIsSubscribe

public String getIsSubscribe()

getFormatIsSubscribe

public boolean getFormatIsSubscribe()

getFormatTradeType

public TradeType getFormatTradeType()

getBankType

public String getBankType()

getFormatBankType

public BankType getFormatBankType()

getCouponFee

public Integer getCouponFee()

getFormatCouponFee

public double getFormatCouponFee()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getCouponCount

public Integer getCouponCount()

getTradeState

public String getTradeState()

getTradeType

public String getTradeType()

getAttach

public String getAttach()

getTimeEnd

public String getTimeEnd()

getFormatTimeEnd

public Date getFormatTimeEnd()

getTradeStateDesc

public String getTradeStateDesc()

getCouponList

public List<OrderCouponInfo> getCouponList()

setCouponList

public void setCouponList(List<OrderCouponInfo> couponList)

getSubOpenId

public String getSubOpenId()

getSubIsSubscribe

public String getSubIsSubscribe()

getFormatSubIsSubscribe

public boolean getFormatSubIsSubscribe()

getCashFeeType

public String getCashFeeType()

getFormatCashFeeType

public CurrencyType getFormatCashFeeType()

toString

public String toString()
Overrides:
toString in class MerchantTradeResult


Copyright © 2014–2017. All rights reserved.