|  |  | 
 |  |  |     public string RechargeAmountStr { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 实际充值金额 | 
 |  |  |     /// </summary> | 
 |  |  |     public decimal ActualRechargeAmount { get; set; } | 
 |  |  |  | 
 |  |  |     [Name("实际充值金额")] | 
 |  |  |     public string ActualRechargeAmountStr { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 优惠金额 | 
 |  |  |     /// </summary> | 
 |  |  |     public decimal DiscountAmount { get; set; } | 
 |  |  | 
 |  |  |     public string ACOOLYOrderNo { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 平台扣款金额 | 
 |  |  |     /// </summary> | 
 |  |  |     [Name("平台扣款金额")] | 
 |  |  |     public decimal PlatformPrice { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 平台退款状态 | 
 |  |  |     /// </summary> | 
 |  |  |     public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; } | 
 |  |  |  | 
 |  |  |     [Name("平台退款状态")] | 
 |  |  |     public string? LifePayRefundStatusStr { get; set; } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     public ACOOLYStatusEnum? ACOOLYStatus { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 供应商订单状态 | 
 |  |  |     /// </summary> | 
 |  |  |     [Name("供应商订单状态")] | 
 |  |  |     public string? ACOOLYStatusStr { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 支付状态 | 
 |  |  |     /// </summary> | 
 |  |  |     public LifePayStatusEnum PayStatus { get; set; } | 
 |  |  | 
 |  |  |     [Name("支付渠道流水号")] | 
 |  |  |     public string OutOrderNo { get; set; } | 
 |  |  |  | 
 |  |  |     [Name("退款申请")] | 
 |  |  |     public string RefundApplyRemark { get; set; } | 
 |  |  |     //[Name("退款申请")] | 
 |  |  |     //public string RefundApplyRemark { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 订单状态 | 
 |  |  |     /// </summary> | 
 |  |  |     public LifePayOrderStatusEnum LifePayOrderStatus { get; set; } | 
 |  |  |     ///// <summary> | 
 |  |  |     ///// 订单状态 | 
 |  |  |     ///// </summary> | 
 |  |  |     //public LifePayOrderStatusEnum LifePayOrderStatus { get; set; } | 
 |  |  |  | 
 |  |  |     [Name("订单状态")] | 
 |  |  |     public string LifePayOrderStatusStr { get; set; } | 
 |  |  |     //[Name("订单状态")] | 
 |  |  |     //public string LifePayOrderStatusStr { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 完成时间 | 
 |  |  | 
 |  |  |     /// </summary> | 
 |  |  |     public DateTime CreationTime { get; set; } | 
 |  |  |  | 
 |  |  |     [Name("下单时间")] | 
 |  |  |     public string? CreationTimeStr { get; set; } | 
 |  |  |  | 
 |  |  |     [Name("退款订单号")] | 
 |  |  |     public string? RefundOrderNo { get; set; } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     [Name("退款申请")] | 
 |  |  |     public string? RefundApplyRemark { get; set; } | 
 |  |  |  | 
 |  |  |     [Name("充值金额")] | 
 |  |  |     public string? RechargeAmountStr { get; set; } | 
 |  |  | 
 |  |  |     public DateTime? RefundTime { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 退款申请时间 | 
 |  |  |     /// </summary> | 
 |  |  |     public DateTime? RefundApplyTime { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 退款凭证 | 
 |  |  |     /// </summary> | 
 |  |  |     public string RefundCredentialsImgUrl { get; set; } |