1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 16:23:31 +00:00

stripe subscription creation

This commit is contained in:
Kyle Spearrin
2017-04-04 10:13:16 -04:00
parent 5187f4c15f
commit a4ef7c906e
10 changed files with 29 additions and 11 deletions

View File

@@ -9,12 +9,6 @@ namespace Bit.Core.Models.Business
public User Owner { get; set; }
public string OwnerKey { get; set; }
public Enums.PlanType Plan { get; set; }
public PaymentDetails Payment { get; set; }
public class PaymentDetails
{
public string Name { get; set; }
public string Token { get; set; }
}
public string PaymentToken { get; set; }
}
}