Class PrePay
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.pay.payment.mch.PrePay
-
- All Implemented Interfaces:
Serializable
public class PrePay extends MerchantResult
V3预订单信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPayUrl()
String
getPrepayId()
TradeType
getTradeType()
void
setPayUrl(String payUrl)
void
setPrepayId(String prepayId)
void
setTradeType(TradeType tradeType)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
getAppId, getDeviceInfo, getFormatRecall, 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
-
getTradeType
public TradeType getTradeType()
-
setTradeType
public void setTradeType(TradeType tradeType)
-
getPrepayId
public String getPrepayId()
-
setPrepayId
public void setPrepayId(String prepayId)
-
getPayUrl
public String getPayUrl()
-
setPayUrl
public void setPayUrl(String payUrl)
-
toString
public String toString()
- Overrides:
toString
in classMerchantResult
-
-