类 RefundConsumeData.Amount

  • 封闭类:
    RefundConsumeData

    public static class RefundConsumeData.Amount
    extends Object
    微信支付退款金额信息
    作者:
    youta
    • 字段详细资料

      • total

        private Integer total
        订单金额,单位为分
      • refund

        private Integer refund
        退款金额,单位为分
      • payerTotal

        private Integer payerTotal
        用户实际支付金额,单位为分
      • payerRefund

        private Integer payerRefund
        退款给用户的金额,单位为分,不包含所有优惠券金额
    • 构造器详细资料

      • Amount

        public Amount()