mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
max additional users check
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Bit.Core.Models.StaticStore
|
||||
public PlanType Type { get; set; }
|
||||
public short BaseUsers { get; set; }
|
||||
public bool CanBuyAdditionalUsers { get; set; }
|
||||
public short? MaxAdditionalUsers { get; set; }
|
||||
public bool CanMonthly { get; set; }
|
||||
public decimal BaseMonthlyPrice { get; set; }
|
||||
public decimal UserMonthlyPrice { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user