java.lang.Object
com.wechat.pay.java.service.payments.jsapi.model.GoodsDetail

public class GoodsDetail extends Object
GoodsDetail
  • Constructor Details

    • GoodsDetail

      public GoodsDetail()
  • Method Details

    • getMerchantGoodsId

      public String getMerchantGoodsId()
    • setMerchantGoodsId

      public void setMerchantGoodsId(String merchantGoodsId)
    • getWechatpayGoodsId

      public String getWechatpayGoodsId()
    • setWechatpayGoodsId

      public void setWechatpayGoodsId(String wechatpayGoodsId)
    • getGoodsName

      public String getGoodsName()
    • setGoodsName

      public void setGoodsName(String goodsName)
    • getQuantity

      public Integer getQuantity()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getUnitPrice

      public Integer getUnitPrice()
    • setUnitPrice

      public void setUnitPrice(Integer unitPrice)
    • toString

      public String toString()
      Overrides:
      toString in class Object