|  |  | 
 |  |  |     [Name("充值渠道")] | 
 |  |  |     public string? ChannelName { get; set; } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 退款申请时间 | 
 |  |  |     /// </summary> | 
 |  |  |     public DateTime? RefundApplyTime { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 退款申请时间 | 
 |  |  |     /// </summary> | 
 |  |  | 
 |  |  |     /// </summary> | 
 |  |  |     public DateTime CreationTime { get; set; } | 
 |  |  |  | 
 |  |  |     [Name("下单时间")] | 
 |  |  |     public string? CreationTimeStr { get; set; } | 
 |  |  |  | 
 |  |  |     [Name("退款订单号")] | 
 |  |  |     public string? RefundOrderNo { get; set; } | 
 |  |  | 
 |  |  |     public DateTime? RefundTime { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 退款申请时间 | 
 |  |  |     /// </summary> | 
 |  |  |     public DateTime? RefundApplyTime { get; set; } | 
 |  |  |  | 
 |  |  |     /// <summary> | 
 |  |  |     /// 退款凭证 | 
 |  |  |     /// </summary> | 
 |  |  |     public string RefundCredentialsImgUrl { get; set; } |