Browse Source

add IsTrialLicense field

pull/14398/head
Ebicoglu 4 years ago
parent
commit
6565ea3cc4
  1. 1
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Licensing/DeveloperApiKeyResult.cs

1
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Licensing/DeveloperApiKeyResult.cs

@ -13,6 +13,7 @@ public class DeveloperApiKeyResult
public string ErrorMessage { get; set; }
public LicenseErrorType? ErrorType { get; set; }
public LicenseType LicenseType { get; set; }
public bool IsTrialLicense { get; set; }
public enum LicenseErrorType
{

Loading…
Cancel
Save