This commit is contained in:
2023-01-18 01:19:47 +00:00
parent a2fda0e738
commit 1ff42db380
7 changed files with 181 additions and 125 deletions

View File

@@ -27,6 +27,8 @@ namespace Sockeye.Models
public DateTime? LastUpdated { get; set; }
public DateTime SubscriptionExpire { get; set; }
public decimal Cost { get; set; }
public string LastHealthStatus { get; set; }
public DateTime? LastHealthCheck { get; set; }
public bool Trial { get; set; }
public string TrialContact { get; set; }
public string TrialEmail { get; set; }