public class BillCount extends Object implements Serializable
| Constructor and Description |
|---|
BillCount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommissionTotalFee() |
Float |
getCouponRefundTotalFee() |
Float |
getRefundTotalFee() |
Integer |
getTradeTotalCount() |
Float |
getTradeTotalFee() |
void |
setCommissionTotalFee(String commissionTotalFee) |
void |
setCouponRefundTotalFee(Float couponRefundTotalFee) |
void |
setRefundTotalFee(Float refundTotalFee) |
void |
setTradeTotalCount(Integer tradeTotalCount) |
void |
setTradeTotalFee(Float tradeTotalFee) |
String |
toString() |
public Integer getTradeTotalCount()
public void setTradeTotalCount(Integer tradeTotalCount)
public Float getTradeTotalFee()
public void setTradeTotalFee(Float tradeTotalFee)
public Float getRefundTotalFee()
public void setRefundTotalFee(Float refundTotalFee)
public Float getCouponRefundTotalFee()
public void setCouponRefundTotalFee(Float couponRefundTotalFee)
public String getCommissionTotalFee()
public void setCommissionTotalFee(String commissionTotalFee)
Copyright © 2018. All rights reserved.