java.lang.Object
com.wechat.pay.java.service.merchantexclusivecoupon.model.CouponUseRule

public class CouponUseRule extends Object
CouponUseRule
  • Constructor Details

    • CouponUseRule

      public CouponUseRule()
  • Method Details

    • getCouponAvailableTime

      public FavorAvailableTime getCouponAvailableTime()
    • setCouponAvailableTime

      public void setCouponAvailableTime(FavorAvailableTime couponAvailableTime)
    • getFixedNormalCoupon

      public FixedValueStockMsg getFixedNormalCoupon()
    • setFixedNormalCoupon

      public void setFixedNormalCoupon(FixedValueStockMsg fixedNormalCoupon)
    • getDiscountCoupon

      public DiscountMsg getDiscountCoupon()
    • setDiscountCoupon

      public void setDiscountCoupon(DiscountMsg discountCoupon)
    • getExchangeCoupon

      public ExchangeMsg getExchangeCoupon()
    • setExchangeCoupon

      public void setExchangeCoupon(ExchangeMsg exchangeCoupon)
    • getUseMethod

      public CouponUseMethod getUseMethod()
    • setUseMethod

      public void setUseMethod(CouponUseMethod useMethod)
    • getMiniProgramsAppid

      public String getMiniProgramsAppid()
    • setMiniProgramsAppid

      public void setMiniProgramsAppid(String miniProgramsAppid)
    • getMiniProgramsPath

      public String getMiniProgramsPath()
    • setMiniProgramsPath

      public void setMiniProgramsPath(String miniProgramsPath)
    • toString

      public String toString()
      Overrides:
      toString in class Object