Package com.foxinmy.weixin4j.payment.mch
Class RefundDetail
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.mch.RefundDetail
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RefundDetail extends Object implements Serializable
Deprecated.迁移到子模块weixin4j-pay退款详细- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RefundDetail()
Deprecated.
-
Method Summary
-
-
-
Method Detail
-
getOutRefundNo
public String getOutRefundNo()
Deprecated.
-
getRefundId
public String getRefundId()
Deprecated.
-
getRefundChannel
public String getRefundChannel()
Deprecated.
-
getFormatRefundChannel
public RefundChannel getFormatRefundChannel()
Deprecated.
-
getRefundFee
public int getRefundFee()
Deprecated.
-
getRefundStatus
public String getRefundStatus()
Deprecated.
-
getFormatRefundStatus
public RefundStatus getFormatRefundStatus()
Deprecated.
-
getCouponList
public List<RefundCouponInfo> getCouponList()
Deprecated.
-
setCouponList
public void setCouponList(List<RefundCouponInfo> couponList)
Deprecated.
-
getSettlementRefundFee
public Integer getSettlementRefundFee()
Deprecated.
-
getFormatSettlementRefundFee
public double getFormatSettlementRefundFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getCouponRefundFee
public Integer getCouponRefundFee()
Deprecated.
-
getFormatCouponRefundFee
public double getFormatCouponRefundFee()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getCouponRefundCount
public Integer getCouponRefundCount()
Deprecated.
-
getCouponType
public String getCouponType()
Deprecated.
-
getFormatCouponType
public CouponType getFormatCouponType()
Deprecated.
-
getRefundRecvAccout
public String getRefundRecvAccout()
Deprecated.
-
getRefundSuccessTime
public String getRefundSuccessTime()
Deprecated.
-
getFormatRefundSuccessTime
public Date getFormatRefundSuccessTime()
Deprecated.
-
-