public class RefundPromotionDetail extends Object
| Modifier and Type | Field and Description |
|---|---|
private Long |
amount
优惠券面额,单位【分】
|
private List<RefundGoodsDetail> |
goodsDetail
单品列表信息
|
private String |
promotionId
券或者立减优惠id
|
private Long |
refundAmount
优惠退款金额小于等于退款金额,退款金额-代金券或立减优惠退款金额为用户支付的现金,说明详见代金券或立减优惠,单位为分
|
private PromotionScope |
scope
优惠范围
GLOBAL:全场代金券
SINGLE:单品优惠
|
private RefundPromotionType |
type
优惠类型
COUPON:代金券,需要走结算资金的充值型代金券
DISCOUNT:优惠券,不走结算资金的免充值型优惠券
|
| Constructor and Description |
|---|
RefundPromotionDetail() |
private String promotionId
private PromotionScope scope
private RefundPromotionType type
private Long amount
private Long refundAmount
private List<RefundGoodsDetail> goodsDetail
Copyright © 2023. All rights reserved.