subscription / Perpetual license mode changes

This commit is contained in:
2022-08-16 23:41:37 +00:00
parent b114d2080d
commit 04e3b6feb7
3 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ namespace AyaNovaQBI
public string serverDbId { get; set; }
public string licensedTo { get; set; }
public string dbId { get; set; }
public bool Perpetual { get; set; }
public string keySerial { get; set; }
public DateTime licenseExpiration { get; set; }
public bool licenseWillExpire { get; set; }