类 RefundGoodsDetail


  • public class RefundGoodsDetail
    extends Object
    退款订单的商品信息
    作者:
    youta
    • 字段详细资料

      • merchantGoodsId

        private String merchantGoodsId
        商户侧商品编码
      • wechatpayGoodsId

        private String wechatpayGoodsId
        微信侧商品编码
      • goodsName

        private String goodsName
        商品名称
      • unitPrice

        private Integer unitPrice
        商品单价金额,单位为分。
      • refundAmount

        private Integer refundAmount
        商品退款金额,单位为分。
      • refundQuantity

        private Integer refundQuantity
        单品的退款数量。
    • 构造器详细资料

      • RefundGoodsDetail

        public RefundGoodsDetail()