Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace PowderCoating.Core.Enums;
|
||||
|
||||
public enum SubscriptionStatus
|
||||
{
|
||||
Active = 0,
|
||||
GracePeriod = 1,
|
||||
Expired = 2,
|
||||
Canceled = 3,
|
||||
Inactive = 4
|
||||
}
|
||||
Reference in New Issue
Block a user