Class PayFeedback
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.PayBaseInfo
-
- com.foxinmy.weixin4j.mp.oldpayment.PayFeedback
-
- All Implemented Interfaces:
Serializable
public class PayFeedback extends com.foxinmy.weixin4j.payment.PayBaseInfo
V2维权POST的数据- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PayFeedback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExtInfo()
String
getFeedbackId()
String
getOpenId()
String
getPicInfo()
String
getReason()
String
getSolution()
String
getStatus()
String
getTransId()
String
toString()
-
-
-
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 classcom.foxinmy.weixin4j.payment.PayBaseInfo
-
-