Class RefundRecordV2
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.oldpayment.ApiResultV2
-
- com.foxinmy.weixin4j.mp.oldpayment.RefundRecordV2
-
- All Implemented Interfaces:
Serializable
public class RefundRecordV2 extends ApiResultV2
V2退款记录- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
RefundDetailV2
, Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RefundRecordV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOutTradeNo()
int
getRefundCount()
List<RefundDetailV2>
getRefundList()
String
getTransactionId()
void
setRefundList(List<RefundDetailV2> refundList)
String
toString()
-
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()
-
getRefundCount
public int getRefundCount()
-
getRefundList
public List<RefundDetailV2> getRefundList()
-
setRefundList
public void setRefundList(List<RefundDetailV2> refundList)
-
toString
public String toString()
- Overrides:
toString
in classApiResultV2
-
-