1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 08:43:27 +00:00

use directory bit on orgs

This commit is contained in:
Kyle Spearrin
2017-05-20 15:31:16 -04:00
parent c362f88246
commit 2ad365706c
10 changed files with 28 additions and 7 deletions

View File

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