Class PromotionGoodsDetail

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

public class PromotionGoodsDetail extends Object
PromotionGoodsDetail
  • Constructor Details

    • PromotionGoodsDetail

      public PromotionGoodsDetail()
  • Method Details

    • getGoodsId

      public String getGoodsId()
    • setGoodsId

      public void setGoodsId(String goodsId)
    • getQuantity

      public Integer getQuantity()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getUnitPrice

      public Integer getUnitPrice()
    • setUnitPrice

      public void setUnitPrice(Integer unitPrice)
    • getDiscountAmount

      public Integer getDiscountAmount()
    • setDiscountAmount

      public void setDiscountAmount(Integer discountAmount)
    • getGoodsRemark

      public String getGoodsRemark()
    • setGoodsRemark

      public void setGoodsRemark(String goodsRemark)
    • toString

      public String toString()
      Overrides:
      toString in class Object