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 SummaryConstructors Modifier Constructor Description protectedRefundDetail()Deprecated.
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
getOutRefundNopublic String getOutRefundNo() Deprecated.
 - 
getRefundIdpublic String getRefundId() Deprecated.
 - 
getRefundChannelpublic String getRefundChannel() Deprecated.
 - 
getFormatRefundChannelpublic RefundChannel getFormatRefundChannel() Deprecated.
 - 
getRefundFeepublic int getRefundFee() Deprecated.
 - 
getRefundStatuspublic String getRefundStatus() Deprecated.
 - 
getFormatRefundStatuspublic RefundStatus getFormatRefundStatus() Deprecated.
 - 
getCouponListpublic List<RefundCouponInfo> getCouponList() Deprecated.
 - 
setCouponListpublic void setCouponList(List<RefundCouponInfo> couponList) Deprecated.
 - 
getSettlementRefundFeepublic Integer getSettlementRefundFee() Deprecated.
 - 
getFormatSettlementRefundFeepublic double getFormatSettlementRefundFee() Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
 
 - 
getCouponRefundFeepublic Integer getCouponRefundFee() Deprecated.
 - 
getFormatCouponRefundFeepublic double getFormatCouponRefundFee() Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
 
 - 
getCouponRefundCountpublic Integer getCouponRefundCount() Deprecated.
 - 
getCouponTypepublic String getCouponType() Deprecated.
 - 
getFormatCouponTypepublic CouponType getFormatCouponType() Deprecated.
 - 
getRefundRecvAccoutpublic String getRefundRecvAccout() Deprecated.
 - 
getRefundSuccessTimepublic String getRefundSuccessTime() Deprecated.
 - 
getFormatRefundSuccessTimepublic Date getFormatRefundSuccessTime() Deprecated.
 
- 
 
-