1
0
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:
Kyle Spearrin
2017-04-08 10:52:10 -04:00
parent cc7fd61c85
commit 6467cafde3
3 changed files with 8 additions and 0 deletions

View File

@ -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; }