1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

enterprise plans

This commit is contained in:
Kyle Spearrin
2017-05-08 14:40:04 -04:00
parent 81d4be6f56
commit e996a410dc
3 changed files with 67 additions and 27 deletions

View File

@ -11,6 +11,7 @@ namespace Bit.Core.Models.StaticStore
public short BaseSeats { get; set; }
public bool CanBuyAdditionalSeats { get; set; }
public short? MaxAdditionalSeats { get; set; }
public bool UseGroups { get; set; }
public decimal BasePrice { get; set; }
public decimal SeatPrice { get; set; }
public short? MaxCollections { get; set; }