Class RefundResultV2
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.oldpayment.ApiResultV2
-
- com.foxinmy.weixin4j.mp.oldpayment.RefundDetailV2
-
- com.foxinmy.weixin4j.mp.oldpayment.RefundResultV2
-
- All Implemented Interfaces:
Serializable
public class RefundResultV2 extends RefundDetailV2
V2退款申请结果- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RefundResultV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOutTradeNo()
String
getTransactionId()
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.mp.oldpayment.RefundDetailV2
getFormatRefundChannel, getFormatRefundFee, getFormatRefundStatus, getOutRefundNo, getReccvUserName, getRecvUserId, getRefundChannel, getRefundFee, getRefundId, getRefundStatus
-
Methods inherited from class com.foxinmy.weixin4j.mp.oldpayment.ApiResultV2
getFormatSignType, getInputCharset, getPartner, getRetCode, getRetMsg, getSign, getSignKeyIndex, getSignType, setInputCharset, setPartner, setRetCode, setRetMsg, setSign, setSignKeyIndex, setSignType
-
-
-
-
Method Detail
-
getTransactionId
public String getTransactionId()
-
getOutTradeNo
public String getOutTradeNo()
-
toString
public String toString()
- Overrides:
toString
in classRefundDetailV2
-
-