public static class DiscountCardAcceptedConsumeData.Reward extends Object
| Modifier and Type | Field and Description |
|---|---|
private Long |
amount
优惠金额
|
private Long |
count
优惠数量
|
private CountType |
countType
优惠数量类型
|
private String |
description
优惠描述
|
private String |
name
优惠名称
|
private String |
rewardId
优惠ID
|
private String |
unit
优惠单位,例如 “个”
|
| Constructor and Description |
|---|
Reward() |
private Long amount
1、优惠金额,此项优惠对应的优惠总金额,单位:分,必须大于0。 2、此项优惠已享累计金额≤创建模板时配置的此项奖励的奖励金额, 例如:优惠为【满10元减3元优惠券4张】时,用户一次消费使用了2张优惠券,优惠金额为本次优惠总金额6元,优惠数量为本次使用优惠的优惠券数量2张
private Long count
private CountType countType
private String description
private String name
private String rewardId
private String unit
Copyright © 2021. All rights reserved.