public class RefundDetail extends Object implements Serializable
Description:
| 限定符 | 构造器和说明 |
|---|---|
protected |
RefundDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RefundCoupon> |
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<RefundCoupon> couponList) |
String |
toString() |
public String getOutRefundNo()
public String getRefundId()
public String getRefundChannel()
public RefundChannel getFormatRefundChannel()
public int getRefundFee()
public String getRefundStatus()
public RefundStatus getFormatRefundStatus()
public List<RefundCoupon> getCouponList()
public void setCouponList(List<RefundCoupon> couponList)
public Integer getSettlementRefundFee()
public double getFormatSettlementRefundFee()
public Integer getCouponRefundFee()
public double getFormatCouponRefundFee()
public Integer getCouponRefundCount()
public String getCouponType()
public CouponType getFormatCouponType()
public String getRefundRecvAccout()
public String getRefundSuccessTime()
public Date getFormatRefundSuccessTime()
Copyright © 2019. All rights reserved.