java.lang.Object
com.wechat.pay.java.service.wexinpayscoreparking.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 String getScope()
    • setScope

      public void setScope(String scope)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getStockId

      public String getStockId()
    • setStockId

      public void setStockId(String stockId)
    • getAmount

      public Long getAmount()
    • setAmount

      public void setAmount(Long amount)
    • getWechatpayContribute

      public Long getWechatpayContribute()
    • setWechatpayContribute

      public void setWechatpayContribute(Long wechatpayContribute)
    • getMerchantContribute

      public Long getMerchantContribute()
    • setMerchantContribute

      public void setMerchantContribute(Long merchantContribute)
    • getOtherContribute

      public Long getOtherContribute()
    • setOtherContribute

      public void setOtherContribute(Long otherContribute)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • toString

      public String toString()
      Overrides:
      toString in class Object