mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
stripe subscription creation
This commit is contained in:
@@ -5,6 +5,8 @@ namespace Bit.Core.Models.StaticStore
|
||||
{
|
||||
public class Plan
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string StripeId { get; set; }
|
||||
public PlanType Type { get; set; }
|
||||
public short MaxUsers { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user