mirror of
https://github.com/bitwarden/server
synced 2025-12-23 03:33:35 +00:00
APIs for premium. Billing helpers.
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Bit.Core.Models.Business
|
||||
{
|
||||
public class OrganizationBilling
|
||||
public class BillingInfo
|
||||
{
|
||||
public Source PaymentSource { get; set; }
|
||||
public StripeSubscription Subscription { get; set; }
|
||||
Reference in New Issue
Block a user