| | |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 预计到账时间 |
| | | /// </summary> |
| | | public DateTime? ArrivalTimeEnd { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 订单支付时间 |
| | | /// </summary> |
| | | public DateTime? TransDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 |
| | | /// </summary> |
| | | public string ErrorCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 |
| | | /// </summary> |
| | | public string FailReason { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 企业钱包收支Id |
| | | /// </summary> |
| | | public Guid? EnterpriseWalletTransactionId { get; set; } |