类 StockSendRule


  • public class StockSendRule
    extends Object
    商家券发放规则.
    作者:
    youta
    • 字段详细资料

      • 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
        是否允许分享链接
    • 构造器详细资料

      • StockSendRule

        public StockSendRule()