This commit is contained in:
2022-12-29 23:08:09 +00:00
parent bcbf2ce189
commit 6a9843a851
6 changed files with 71 additions and 10 deletions

View File

@@ -22,10 +22,10 @@ namespace Sockeye.Models
public bool EmailValidated { get; set; } = false;
public DateTime Requested { get; set; }
public DateTime? Processed { get; set; }
public TrialRequestStatus Status { get; set; } = TrialRequestStatus.NotSet;
public TrialRequestStatus Status { get; set; } = TrialRequestStatus.New;
public string RejectReason { get; set; }
public string Key { get; set; }
public DateTime FetchedOn { get; set; }
public DateTime? FetchedOn { get; set; }
public bool Perpetual { get; set; } = false;