mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
Billing updates
- Break monthly and annual plans into two. - Add upgrade and adjust additional users
This commit is contained in:
@ -3,9 +3,11 @@
|
||||
public enum PlanType : byte
|
||||
{
|
||||
Free = 0,
|
||||
Personal = 1,
|
||||
Teams = 2,
|
||||
Enterprise = 3,
|
||||
Custom = 4
|
||||
PersonalAnnually = 1,
|
||||
TeamsMonthly = 2,
|
||||
TeamsAnnually = 3,
|
||||
EnterpriseMonthly = 4,
|
||||
EnterpriseAnnually = 5,
|
||||
Custom = 6
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user