mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05: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