Class GoodsDetail
java.lang.Object
com.wechat.pay.java.service.refund.model.GoodsDetail
GoodsDetail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setGoodsName
(String goodsName) void
setMerchantGoodsId
(String merchantGoodsId) void
setRefundAmount
(Long refundAmount) void
setRefundQuantity
(Integer refundQuantity) void
setUnitPrice
(Long unitPrice) void
setWechatpayGoodsId
(String wechatpayGoodsId) toString()
-
Constructor Details
-
GoodsDetail
public GoodsDetail()
-
-
Method Details