mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
APIs for premium. Billing helpers.
This commit is contained in:
@@ -10,7 +10,6 @@ namespace Bit.Core.Services
|
||||
{
|
||||
public interface IOrganizationService
|
||||
{
|
||||
Task<OrganizationBilling> GetBillingAsync(Organization organization);
|
||||
Task ReplacePaymentMethodAsync(Guid organizationId, string paymentToken);
|
||||
Task CancelSubscriptionAsync(Guid organizationId, bool endOfPeriod = false);
|
||||
Task ReinstateSubscriptionAsync(Guid organizationId);
|
||||
|
||||
Reference in New Issue
Block a user