Class GoodsDetail
java.lang.Object
com.wechat.pay.java.service.refund.model.GoodsDetail
GoodsDetail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetGoodsName(String goodsName) voidsetMerchantGoodsId(String merchantGoodsId) voidsetRefundAmount(Long refundAmount) voidsetRefundQuantity(Integer refundQuantity) voidsetUnitPrice(Long unitPrice) voidsetWechatpayGoodsId(String wechatpayGoodsId) toString()
-
Constructor Details
-
GoodsDetail
public GoodsDetail()
-
-
Method Details