mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
storage in billing and org signup
This commit is contained in:
@@ -7,6 +7,7 @@ namespace Bit.Core.Models.StaticStore
|
||||
public string Name { get; set; }
|
||||
public string StripePlanId { get; set; }
|
||||
public string StripeSeatPlanId { get; set; }
|
||||
public string StripStoragePlanId { get; set; }
|
||||
public PlanType Type { get; set; }
|
||||
public short BaseSeats { get; set; }
|
||||
public bool CanBuyAdditionalSeats { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user