public class RefundGoodsDetail extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
goodsName
商品名称
|
private String |
merchantGoodsId
商户侧商品编码
|
private Long |
refundAmount
商品退款金额,单位为分。
|
private Integer |
refundQuantity
单品的退款数量。
|
private Long |
unitPrice
商品单价金额,单位为分。
|
private String |
wechatpayGoodsId
微信侧商品编码
|
| Constructor and Description |
|---|
RefundGoodsDetail(String merchantGoodsId,
long unitPrice,
long refundAmount,
int refundQuantity)
Instantiates a new Refund goods detail.
|
RefundGoodsDetail(String merchantGoodsId,
String wechatpayGoodsId,
String goodsName,
Long unitPrice,
Long refundAmount,
Integer refundQuantity)
Instantiates a new Refund goods detail.
|
| Modifier and Type | Method and Description |
|---|---|
RefundGoodsDetail |
goodsName(String goodsName)
Goods name refund goods detail.
|
RefundGoodsDetail |
wechatpayGoodsId(String wechatpayGoodsId)
Wechatpay goods id refund goods detail.
|
private final String merchantGoodsId
private String wechatpayGoodsId
private String goodsName
private final Long unitPrice
private final Long refundAmount
private final Integer refundQuantity
public RefundGoodsDetail(String merchantGoodsId, long unitPrice, long refundAmount, int refundQuantity)
merchantGoodsId - the merchant goods idunitPrice - the unit pricerefundAmount - the refund amountrefundQuantity - the refund quantityRefundGoodsDetail(String merchantGoodsId, String wechatpayGoodsId, String goodsName, Long unitPrice, Long refundAmount, Integer refundQuantity)
merchantGoodsId - the merchant goods idwechatpayGoodsId - the wechatpay goods idgoodsName - the goods nameunitPrice - the unit pricerefundAmount - the refund amountrefundQuantity - the refund quantitypublic RefundGoodsDetail wechatpayGoodsId(String wechatpayGoodsId)
wechatpayGoodsId - the wechatpay goods idpublic RefundGoodsDetail goodsName(String goodsName)
goodsName - the goods nameCopyright © 2023. All rights reserved.