com.foxinmy.weixin4j.mp.oldpayment
Class RefundDetailV2

java.lang.Object
  extended by com.foxinmy.weixin4j.mp.oldpayment.ApiResultV2
      extended by com.foxinmy.weixin4j.mp.oldpayment.RefundDetailV2
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RefundResultV2

public class RefundDetailV2
extends ApiResultV2

V2退款详细

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Method Summary
 RefundChannel getFormatRefundChannel()
           
 double getFormatRefundFee()
          调用接口获取单位为分,get方法转换为元方便使用
 RefundStatus getFormatRefundStatus()
           
 String getOutRefundNo()
           
 String getReccvUserName()
           
 String getRecvUserId()
           
 int getRefundChannel()
           
 int getRefundFee()
           
 String getRefundId()
           
 int getRefundStatus()
           
 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

getOutRefundNo

public String getOutRefundNo()

getRefundId

public String getRefundId()

getRefundChannel

public int getRefundChannel()

getFormatRefundChannel

public RefundChannel getFormatRefundChannel()

getRefundFee

public int getRefundFee()

getFormatRefundFee

public double getFormatRefundFee()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getRefundStatus

public int getRefundStatus()

getFormatRefundStatus

public RefundStatus getFormatRefundStatus()

getRecvUserId

public String getRecvUserId()

getReccvUserName

public String getReccvUserName()

toString

public String toString()
Overrides:
toString in class ApiResultV2


Copyright © 2014–2017. All rights reserved.