chore: add customer type 4 (BYOC)
This commit is contained in:
parent
398dc97ed6
commit
c737045dff
|
@ -32,6 +32,7 @@
|
|||
-define(MEDIUM_CUSTOMER, 1).
|
||||
-define(LARGE_CUSTOMER, 2).
|
||||
-define(BUSINESS_CRITICAL_CUSTOMER, 3).
|
||||
-define(BYOC_CUSTOMER, 4).
|
||||
-define(EVALUATION_CUSTOMER, 10).
|
||||
|
||||
-define(EXPIRED_DAY, -90).
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
| ?MEDIUM_CUSTOMER
|
||||
| ?LARGE_CUSTOMER
|
||||
| ?BUSINESS_CRITICAL_CUSTOMER
|
||||
| ?BYOC_CUSTOMER
|
||||
| ?EVALUATION_CUSTOMER.
|
||||
|
||||
-type license_type() :: ?OFFICIAL | ?TRIAL.
|
||||
|
|
Loading…
Reference in New Issue