mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
APIs for premium. Billing helpers.
This commit is contained in:
10
src/Core/Models/Table/ISubscriber.cs
Normal file
10
src/Core/Models/Table/ISubscriber.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Bit.Core.Models.Table
|
||||
{
|
||||
public interface ISubscriber
|
||||
{
|
||||
string StripeCustomerId { get; set; }
|
||||
string StripeSubscriptionId { get; set; }
|
||||
string BillingEmailAddress();
|
||||
string BillingName();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user