mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
upgrade org api
This commit is contained in:
@ -13,7 +13,7 @@ namespace Bit.Core.Services
|
||||
Task ReplacePaymentMethodAsync(Guid organizationId, string paymentToken, PaymentMethodType paymentMethodType);
|
||||
Task CancelSubscriptionAsync(Guid organizationId, bool? endOfPeriod = null);
|
||||
Task ReinstateSubscriptionAsync(Guid organizationId);
|
||||
Task UpgradePlanAsync(Guid organizationId, PlanType plan, int additionalSeats);
|
||||
Task UpgradePlanAsync(Guid organizationId, OrganizationUpgrade upgrade);
|
||||
Task AdjustStorageAsync(Guid organizationId, short storageAdjustmentGb);
|
||||
Task AdjustSeatsAsync(Guid organizationId, int seatAdjustment);
|
||||
Task VerifyBankAsync(Guid organizationId, int amount1, int amount2);
|
||||
|
Reference in New Issue
Block a user