1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 08:13:33 +00:00

storage in billing and org signup

This commit is contained in:
Kyle Spearrin
2017-07-11 10:25:00 -04:00
parent 879494274a
commit a8ff190fb5
8 changed files with 44 additions and 3 deletions

View File

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