类 StockSendRule
- java.lang.Object
-
- cn.crushes.cloud.core.pay.wechat.v3.model.busifavor.StockSendRule
-
public class StockSendRule extends Object
商家券发放规则.- 作者:
- youta
-
-
字段概要
字段 修饰符和类型 字段 说明 private IntegermaxCoupons批次最大发放个数private IntegermaxCouponsByDay单天发放上限个数private IntegermaxCouponsPerUser用户最大可领个数private BooleannaturalPersonLimit是否开启自然人限制private BooleanpreventApiAbuse可疑账号拦截private Booleanshareable是否允许分享链接private Booleantransferable是否允许转赠
-
构造器概要
构造器 构造器 说明 StockSendRule()
-
-
-
字段详细资料
-
maxCoupons
private Integer maxCoupons
批次最大发放个数特殊规则:取值范围 1 ≤ maxCoupons ≤ 1000000000
-
maxCouponsPerUser
private Integer maxCouponsPerUser
用户最大可领个数每个用户最多100张券 。
-
maxCouponsByDay
private Integer maxCouponsByDay
单天发放上限个数StockType.DISCOUNT或者StockType.DISCOUNT时可传入此字段控制单天发放上限特殊规则:取值范围 1 ≤ maxCouponsByDay ≤ 1000000000
-
naturalPersonLimit
private Boolean naturalPersonLimit
是否开启自然人限制
-
preventApiAbuse
private Boolean preventApiAbuse
可疑账号拦截
-
transferable
private Boolean transferable
是否允许转赠
-
shareable
private Boolean shareable
是否允许分享链接
-
-