类 RefundGoodsDetail
- java.lang.Object
-
- cn.crushes.cloud.core.pay.wechat.v3.model.RefundGoodsDetail
-
public class RefundGoodsDetail extends Object
退款订单的商品信息- 作者:
- youta
-
-
字段概要
字段 修饰符和类型 字段 说明 private StringgoodsName商品名称private StringmerchantGoodsId商户侧商品编码private IntegerrefundAmount商品退款金额,单位为分。private IntegerrefundQuantity单品的退款数量。private IntegerunitPrice商品单价金额,单位为分。private StringwechatpayGoodsId微信侧商品编码
-
构造器概要
构造器 构造器 说明 RefundGoodsDetail()
-
-
-
字段详细资料
-
merchantGoodsId
private String merchantGoodsId
商户侧商品编码
-
wechatpayGoodsId
private String wechatpayGoodsId
微信侧商品编码
-
goodsName
private String goodsName
商品名称
-
unitPrice
private Integer unitPrice
商品单价金额,单位为分。
-
refundAmount
private Integer refundAmount
商品退款金额,单位为分。
-
refundQuantity
private Integer refundQuantity
单品的退款数量。
-
-