com.foxinmy.weixin4j.mp.oldpayment
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
| 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 |
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 class ApiResultV2
Copyright © 2014–2017. All rights reserved.