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 Summary
Constructors Modifier Constructor Description protected
RefundDetailV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.foxinmy.weixin4j.type.mch.RefundChannel
getFormatRefundChannel()
double
getFormatRefundFee()
调用接口获取单位为分,get方法转换为元方便使用com.foxinmy.weixin4j.type.mch.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
-
-
-
-
Method Detail
-
getOutRefundNo
public String getOutRefundNo()
-
getRefundId
public String getRefundId()
-
getRefundChannel
public int getRefundChannel()
-
getFormatRefundChannel
public com.foxinmy.weixin4j.type.mch.RefundChannel getFormatRefundChannel()
-
getRefundFee
public int getRefundFee()
-
getFormatRefundFee
public double getFormatRefundFee()
调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getRefundStatus
public int getRefundStatus()
-
getFormatRefundStatus
public com.foxinmy.weixin4j.type.mch.RefundStatus getFormatRefundStatus()
-
getRecvUserId
public String getRecvUserId()
-
getReccvUserName
public String getReccvUserName()
-
toString
public String toString()
- Overrides:
toString
in classApiResultV2
-
-