Class PromotionDetail
java.lang.Object
com.wechat.pay.java.service.payments.model.PromotionDetail
PromotionDetail
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
GLOBAL:全场代金券;SINGLE:单品优惠static enum
CASH:充值;NOCASH:预充值。 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getScope()
getType()
void
void
setCouponId
(String couponId) void
setCurrency
(String currency) void
setGoodsDetail
(List<PromotionGoodsDetail> goodsDetail) void
setMerchantContribute
(Integer merchantContribute) void
void
setOtherContribute
(Integer otherContribute) void
void
setStockId
(String stockId) void
void
setWechatpayContribute
(Integer wechatpayContribute) toString()
-
Constructor Details
-
PromotionDetail
public PromotionDetail()
-
-
Method Details
-
getCouponId
-
setCouponId
-
getName
-
setName
-
getScope
-
setScope
-
getType
-
setType
-
getAmount
-
setAmount
-
getStockId
-
setStockId
-
getWechatpayContribute
-
setWechatpayContribute
-
getMerchantContribute
-
setMerchantContribute
-
getOtherContribute
-
setOtherContribute
-
getCurrency
-
setCurrency
-
getGoodsDetail
-
setGoodsDetail
-
toString
-