mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
disable premium membership
This commit is contained in:
@@ -43,5 +43,6 @@ namespace Bit.Core.Services
|
||||
Task ReplacePaymentMethodAsync(User user, string paymentToken);
|
||||
Task CancelPremiumAsync(User user, bool endOfPeriod = false);
|
||||
Task ReinstatePremiumAsync(User user);
|
||||
Task DisablePremiumAsync(Guid userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user