类 PromotionDetail


  • public class PromotionDetail
    extends Object
    优惠功能
    作者:
    youta
    • 字段详细资料

      • amount

        private Long amount
        优惠券面额,单位【分】
      • couponId

        private String couponId
        券ID
      • currency

        private String currency
        优惠币种,内商户号仅支持人民币 CNY
      • merchantContribute

        private Long merchantContribute
        商户出资,单位为分
      • name

        private String name
        优惠名称
      • otherContribute

        private Long otherContribute
        其他出资,单位为分
      • scope

        private String scope
        优惠范围
        • GLOBAL:全场代金券
        • SINGLE:单品优惠
      • stockId

        private String stockId
        活动ID
      • type

        private String type
        优惠类型
        • CASH:充值
        • NOCASH:预充值
      • wechatpayContribute

        private Long wechatpayContribute
        微信出资,单位为分
    • 构造器详细资料

      • PromotionDetail

        public PromotionDetail()