com.foxinmy.weixin4j.mp.oldpayment
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
| 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 |
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.