mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
enterprise plans
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user