zhengyuxuan
2025-03-21 d699bedade1d20e5f36bb09ba73e0a8b7c62e014
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -232,6 +232,11 @@
    public string RefundCredentialsImgUrl { get; set; }
    /// <summary>
    /// 退款金额
    /// </summary>
    public decimal? RefundPrice { get; set; }
    /// <summary>
    /// 下单时间
    /// </summary>
    public DateTime CreationTime { get; set; }
@@ -245,6 +250,12 @@
    /// 申请退款原因
    /// </summary>
    public string RefundApplyRemark { get; set; }
    /// <summary>
    /// 退款申请时间
    /// </summary>
    public DateTime? RefundApplyTime { get; set; }
    /// <summary>
    /// 驳回原因
@@ -571,6 +582,11 @@
    public decimal? ActualRechargeAmount { get; set; }
    /// <summary>
    /// 实际到账金额
    /// </summary>
    public decimal? ActualReceivedAmount { get; set; }
    /// <summary>
    /// 退款金额
    /// </summary>
    public decimal? RefundPrice { get; set; }
@@ -615,6 +631,16 @@
    /// 平台利润
    /// </summary>
    public decimal? Profit { get; set; }
    /// <summary>
    /// 回单地址
    /// </summary>
    public string? ElecBillUrl { get; set; }
    /// <summary>
    /// 退款回单地址
    /// </summary>
    public string? RefundElecBillUrl { get; set; }
}
public class LifePayRefundOrderOutput
{
@@ -740,6 +766,17 @@
    /// 退款金额
    /// </summary>
    public decimal? RefundPrice { get; set; }
    /// <summary>
    /// 回单地址
    /// </summary>
    public string? ElecBillUrl { get; set; }
    /// <summary>
    /// 退款回单地址
    /// </summary>
    public string? RefundElecBillUrl { get; set; }
}
public class CreateLifePayOrderOutput
{