1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-17 23:50:58 -05:00

premium access addon for families plans

This commit is contained in:
Kyle Spearrin
2018-11-20 22:02:09 -05:00
parent 04ae06420b
commit 0b20f64f2d
5 changed files with 30 additions and 9 deletions

View File

@ -13,6 +13,7 @@ namespace Bit.Core.Models.Business
public Enums.PlanType Plan { get; set; }
public short AdditionalSeats { get; set; }
public short AdditionalStorageGb { get; set; }
public bool PremiumAccessAddon { get; set; }
public string PaymentToken { get; set; }
public string CollectionName { get; set; }
}