Class RefundDetailV2
- java.lang.Object
- 
- com.foxinmy.weixin4j.mp.oldpayment.ApiResultV2
- 
- 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
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedRefundDetailV2()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RefundChannelgetFormatRefundChannel()doublegetFormatRefundFee()调用接口获取单位为分,get方法转换为元方便使用RefundStatusgetFormatRefundStatus()StringgetOutRefundNo()StringgetReccvUserName()StringgetRecvUserId()intgetRefundChannel()intgetRefundFee()StringgetRefundId()intgetRefundStatus()StringtoString()- 
Methods inherited from class com.foxinmy.weixin4j.mp.oldpayment.ApiResultV2getFormatSignType, getInputCharset, getPartner, getRetCode, getRetMsg, getSign, getSignKeyIndex, getSignType, setInputCharset, setPartner, setRetCode, setRetMsg, setSign, setSignKeyIndex, setSignType
 
- 
 
- 
- 
- 
Method Detail- 
getOutRefundNopublic String getOutRefundNo() 
 - 
getRefundIdpublic String getRefundId() 
 - 
getRefundChannelpublic int getRefundChannel() 
 - 
getFormatRefundChannelpublic RefundChannel getFormatRefundChannel() 
 - 
getRefundFeepublic int getRefundFee() 
 - 
getFormatRefundFeepublic double getFormatRefundFee() 调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
 
 - 
getRefundStatuspublic int getRefundStatus() 
 - 
getFormatRefundStatuspublic RefundStatus getFormatRefundStatus() 
 - 
getRecvUserIdpublic String getRecvUserId() 
 - 
getReccvUserNamepublic String getReccvUserName() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ApiResultV2
 
 
- 
 
-