Class NativePayNotifyV2
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.PayBaseInfo
-
- com.foxinmy.weixin4j.payment.JsPayNotify
-
- com.foxinmy.weixin4j.mp.oldpayment.NativePayNotifyV2
-
- All Implemented Interfaces:
Serializable
public class NativePayNotifyV2 extends JsPayNotify
V2 Native支付回调时POST的信息- 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
getProductId()
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.payment.JsPayNotify
getFormatIsSubscribe, getIsSubscribe, getOpenId
-
Methods inherited from class com.foxinmy.weixin4j.payment.PayBaseInfo
getAppId, getFormatSignType, getNonceStr, getPaySign, getSignType, getTimeStamp, setAppId, setNonceStr, setPaySign, setSignType, setTimeStamp
-
-
-
-
Method Detail
-
getProductId
public String getProductId()
-
toString
public String toString()
- Overrides:
toString
in classJsPayNotify
-
-