com.foxinmy.weixin4j.mp.oldpayment
Class PayFeedback

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

public class PayFeedback
extends PayBaseInfo

V2维权POST的数据

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

Constructor Summary
PayFeedback()
           
 
Method Summary
 String getExtInfo()
           
 String getFeedbackId()
           
 String getOpenId()
           
 String getPicInfo()
           
 String getReason()
           
 String getSolution()
           
 String getStatus()
           
 String getTransId()
           
 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

PayFeedback

public PayFeedback()
Method Detail

getFeedbackId

public String getFeedbackId()

getOpenId

public String getOpenId()

getTransId

public String getTransId()

getReason

public String getReason()

getSolution

public String getSolution()

getExtInfo

public String getExtInfo()

getPicInfo

public String getPicInfo()

getStatus

public String getStatus()

toString

public String toString()
Overrides:
toString in class PayBaseInfo


Copyright © 2014–2017. All rights reserved.