|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.foxinmy.weixin4j.model.card.CardCoupon
com.foxinmy.weixin4j.model.card.CashCoupon
public class CashCoupon
代金券
| Constructor Summary | |
|---|---|
CashCoupon(CouponBaseInfo couponBaseInfo,
double reduceCost)
构造代金券 |
|
| Method Summary | |
|---|---|
CardType |
getCardType()
卡券类型 |
double |
getFormatLeastCost()
调用接口获取单位为分,get方法转换为元方便使用 |
double |
getFormatReduceCost()
调用接口获取单位为分,get方法转换为元方便使用 |
int |
getLeastCost()
|
int |
getReduceCost()
|
void |
setLeastCost(double leastCost)
|
String |
toString()
|
| Methods inherited from class com.foxinmy.weixin4j.model.card.CardCoupon |
|---|
cleanCantUpdateField, getCouponAdvanceInfo, getCouponBaseInfo, setCouponAdvanceInfo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CashCoupon(CouponBaseInfo couponBaseInfo,
double reduceCost)
couponBaseInfo - 基础信息reduceCost - 减免金额 单位元| Method Detail |
|---|
public int getLeastCost()
public double getFormatLeastCost()
public void setLeastCost(double leastCost)
public int getReduceCost()
public double getFormatReduceCost()
public CardType getCardType()
CardCoupon
getCardType in class CardCouponpublic String toString()
toString in class CardCoupon
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||