com.foxinmy.weixin4j.payment
Class JsPayNotify

java.lang.Object
  extended by com.foxinmy.weixin4j.payment.PayBaseInfo
      extended by com.foxinmy.weixin4j.payment.JsPayNotify
All Implemented Interfaces:
Serializable

public class JsPayNotify
extends PayBaseInfo

JSAPI支付回调时的POST信息

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

Constructor Summary
JsPayNotify()
           
 
Method Summary
 boolean getFormatIsSubscribe()
           
 int getIsSubscribe()
           
 String getOpenId()
           
 String toString()
           
 
Methods inherited from class com.foxinmy.weixin4j.payment.PayBaseInfo
getAppId, getFormatSignType, getNonceStr, getPaySign, getSignType, getTimeStamp, setAppId, setNonceStr, setPaySign, setSignType, setTimeStamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsPayNotify

public JsPayNotify()
Method Detail

getOpenId

public String getOpenId()

getIsSubscribe

public int getIsSubscribe()

getFormatIsSubscribe

public boolean getFormatIsSubscribe()

toString

public String toString()
Overrides:
toString in class PayBaseInfo


Copyright © 2014–2017. All rights reserved.