com.foxinmy.weixin4j.payment.mch
Class RefundDetail

java.lang.Object
  extended by com.foxinmy.weixin4j.payment.mch.RefundDetail
All Implemented Interfaces:
Serializable

public class RefundDetail
extends Object
implements Serializable

退款详细

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
Serialized Form

Method Summary
 List<RefundCouponInfo> getCouponList()
           
 Integer getCouponRefundCount()
           
 Integer getCouponRefundFee()
           
 String getCouponType()
           
 double getFormatCouponRefundFee()
          调用接口获取单位为分,get方法转换为元方便使用
 CouponType getFormatCouponType()
           
 RefundChannel getFormatRefundChannel()
           
 RefundStatus getFormatRefundStatus()
           
 Date getFormatRefundSuccessTime()
           
 double getFormatSettlementRefundFee()
          调用接口获取单位为分,get方法转换为元方便使用
 String getOutRefundNo()
           
 String getRefundChannel()
           
 int getRefundFee()
           
 String getRefundId()
           
 String getRefundRecvAccout()
           
 String getRefundStatus()
           
 String getRefundSuccessTime()
           
 Integer getSettlementRefundFee()
           
 void setCouponList(List<RefundCouponInfo> couponList)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOutRefundNo

public String getOutRefundNo()

getRefundId

public String getRefundId()

getRefundChannel

public String getRefundChannel()

getFormatRefundChannel

public RefundChannel getFormatRefundChannel()

getRefundFee

public int getRefundFee()

getRefundStatus

public String getRefundStatus()

getFormatRefundStatus

public RefundStatus getFormatRefundStatus()

getCouponList

public List<RefundCouponInfo> getCouponList()

setCouponList

public void setCouponList(List<RefundCouponInfo> couponList)

getSettlementRefundFee

public Integer getSettlementRefundFee()

getFormatSettlementRefundFee

public double getFormatSettlementRefundFee()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getCouponRefundFee

public Integer getCouponRefundFee()

getFormatCouponRefundFee

public double getFormatCouponRefundFee()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getCouponRefundCount

public Integer getCouponRefundCount()

getCouponType

public String getCouponType()

getFormatCouponType

public CouponType getFormatCouponType()

getRefundRecvAccout

public String getRefundRecvAccout()

getRefundSuccessTime

public String getRefundSuccessTime()

getFormatRefundSuccessTime

public Date getFormatRefundSuccessTime()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.