This commit is contained in:
2022-12-23 01:16:51 +00:00
parent 41c02a0367
commit 5088ba30ef
3 changed files with 190 additions and 7 deletions

View File

@@ -21,10 +21,10 @@ namespace Sockeye.Models
public string DataCenter { get; set; }
[Required]
public string TimeZone { get; set; }
public string DbId { get; set; }
public DateTime? LastUpdated { get; set; }
public DateTime SubscriptionExpire { get; set; }
public bool Trial { get; set; }
public DateTime? TrialExpire { get; set; }
public string TrialContact { get; set; }
public string TrialEmail { get; set; }
public string TrialCompany { get; set; }