1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 07:43:54 +00:00

disable premium membership

This commit is contained in:
Kyle Spearrin
2017-07-25 09:04:22 -04:00
parent 65a7d0001e
commit b7e8852250
3 changed files with 27 additions and 4 deletions

View File

@@ -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);
}
}