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