This commit is contained in:
2022-12-28 17:37:56 +00:00
parent 298b0643b7
commit 50016951ae
4 changed files with 66 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ namespace Sockeye.Models
public string DbId { get; set; }
public DateTime? LastUpdated { get; set; }
public DateTime SubscriptionExpire { get; set; }
public decimal Cost { get; set; }
public bool Trial { get; set; }
public string TrialContact { get; set; }
public string TrialEmail { get; set; }