This commit is contained in:
2022-12-22 23:03:10 +00:00
parent 29bbf5663c
commit eb6e5c59fb
2 changed files with 134 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ namespace Sockeye.Models
public string TimeZone { 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; }