Class NativePayNotify
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.pay.payment.mch.OpenIdResult
-
- com.foxinmy.weixin4j.pay.payment.mch.NativePayNotify
-
- All Implemented Interfaces:
Serializable
public class NativePayNotify extends OpenIdResult
Native支付回调时POST的信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NativePayNotify()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIsSubscribe()
String
getProductId()
void
setIsSubscribe(String isSubscribe)
void
setProductId(String productId)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.OpenIdResult
getOpenId, getSubOpenId, setOpenId, setSubOpenId
-
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
-
-