Class PromotionDetail

java.lang.Object
com.wechat.pay.java.service.payments.model.PromotionDetail

public class PromotionDetail extends Object
PromotionDetail
  • Constructor Details

    • PromotionDetail

      public PromotionDetail()
  • Method Details

    • getCouponId

      public String getCouponId()
    • setCouponId

      public void setCouponId(String couponId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getScope

      public PromotionDetail.ScopeEnum getScope()
    • setScope

      public void setScope(PromotionDetail.ScopeEnum scope)
    • getType

      public PromotionDetail.TypeEnum getType()
    • setType

      public void setType(PromotionDetail.TypeEnum type)
    • getAmount

      public Integer getAmount()
    • setAmount

      public void setAmount(Integer amount)
    • getStockId

      public String getStockId()
    • setStockId

      public void setStockId(String stockId)
    • getWechatpayContribute

      public Integer getWechatpayContribute()
    • setWechatpayContribute

      public void setWechatpayContribute(Integer wechatpayContribute)
    • getMerchantContribute

      public Integer getMerchantContribute()
    • setMerchantContribute

      public void setMerchantContribute(Integer merchantContribute)
    • getOtherContribute

      public Integer getOtherContribute()
    • setOtherContribute

      public void setOtherContribute(Integer otherContribute)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getGoodsDetail

      public List<PromotionGoodsDetail> getGoodsDetail()
    • setGoodsDetail

      public void setGoodsDetail(List<PromotionGoodsDetail> goodsDetail)
    • toString

      public String toString()
      Overrides:
      toString in class Object