java.lang.Object
com.abasecode.opencode.pay.plugin.wechatpay.entity.WechatGoods
所有已实现的接口:
Serializable

public class WechatGoods extends Object implements Serializable
作者:
Jon e-mail: ijonso123@gmail.com url: Jon's blog url: project github url: AbaseCode.com
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • merchantGoodsId

      private String merchantGoodsId
      由半角的大小写字母、数字、中划线、下划线中的一种或几种组成
    • wechatpayGoodsId

      private String wechatpayGoodsId
      微信支付定义的统一商品编号(没有可不传)
    • goodsName

      private String goodsName
      商品的实际名称
    • unitPrice

      private int unitPrice
      商品单价金额,单位为分
    • refundAmount

      private int refundAmount
      商品退款金额,单位为分
    • refundQuantity

      private int refundQuantity
      单品的退款数量
  • 构造器详细资料

    • WechatGoods

      public WechatGoods()