com.foxinmy.weixin4j.mp.oldpayment
Class RefundRecordV2

java.lang.Object
  extended by com.foxinmy.weixin4j.mp.oldpayment.ApiResultV2
      extended by 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

Method Summary
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 class ApiResultV2


Copyright © 2014–2017. All rights reserved.