mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
stripe subscription creation
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user