类 WechatGoods
java.lang.Object
com.abasecode.opencode.pay.plugin.wechatpay.entity.WechatGoods
- 所有已实现的接口:
Serializable
- 作者:
- Jon e-mail: ijonso123@gmail.com url: Jon's blog url: project github url: AbaseCode.com
- 另请参阅:
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
merchantGoodsId
由半角的大小写字母、数字、中划线、下划线中的一种或几种组成 -
wechatpayGoodsId
微信支付定义的统一商品编号(没有可不传) -
goodsName
商品的实际名称 -
unitPrice
private int unitPrice商品单价金额,单位为分 -
refundAmount
private int refundAmount商品退款金额,单位为分 -
refundQuantity
private int refundQuantity单品的退款数量
-
-
构造器详细资料
-
WechatGoods
public WechatGoods()
-