public class PromotionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private Long |
amount
优惠券面额,单位【分】
|
private String |
couponId
券ID
|
private String |
currency
优惠币种,内商户号仅支持人民币 CNY
|
private List<GoodsDetail> |
goodsDetail
单品列表信息
|
private Long |
merchantContribute
商户出资,单位为分
|
private String |
name
优惠名称
|
private Long |
otherContribute
其他出资,单位为分
|
private PromotionScope |
scope
优惠范围
GLOBAL:全场代金券
SINGLE:单品优惠
|
private String |
stockId
活动ID
|
private PromotionType |
type
优惠类型
CASH:充值型代金券
NOCASH:免充值型代金券
|
private Long |
wechatpayContribute
微信出资,单位为分
|
| Constructor and Description |
|---|
PromotionInfo() |
private String couponId
private String name
private PromotionScope scope
private PromotionType type
private Long amount
private String stockId
private Long wechatpayContribute
private Long merchantContribute
private Long otherContribute
private String currency
private List<GoodsDetail> goodsDetail
Copyright © 2023. All rights reserved.