public class CashCoupon extends CardCoupon
Description:
| 构造器和说明 |
|---|
CashCoupon(CouponBase couponBaseInfo,
double reduceCost)
构造代金券
|
| 限定符和类型 | 方法和说明 |
|---|---|
CardType |
getCardType()
卡券类型
|
double |
getFormatLeastCost()
调用接口获取单位为分,get方法转换为元方便使用
|
double |
getFormatReduceCost()
调用接口获取单位为分,get方法转换为元方便使用
|
int |
getLeastCost() |
int |
getReduceCost() |
void |
setLeastCost(double leastCost) |
String |
toString() |
cleanCantUpdateField, getCouponAdvanceInfo, getCouponBaseInfo, setCouponAdvanceInfopublic CashCoupon(CouponBase couponBaseInfo, double reduceCost)
couponBaseInfo - 基础信息reduceCost - 减免金额 单位元public int getLeastCost()
public double getFormatLeastCost()
public void setLeastCost(double leastCost)
public int getReduceCost()
public double getFormatReduceCost()
public CardType getCardType()
CardCoupongetCardType 在类中 CardCouponpublic String toString()
toString 在类中 CardCouponCopyright © 2019. All rights reserved.