mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
uncancel and manual prograte billing if add seats
This commit is contained in:
@@ -12,6 +12,7 @@ namespace Bit.Core.Services
|
||||
Task<OrganizationBilling> GetBillingAsync(Organization organization);
|
||||
Task ReplacePaymentMethodAsync(Guid organizationId, string paymentToken);
|
||||
Task CancelSubscriptionAsync(Guid organizationId, bool endOfPeriod = false);
|
||||
Task UncancelSubscriptionAsync(Guid organizationId);
|
||||
Task UpgradePlanAsync(Guid organizationId, PlanType plan, int additionalSeats);
|
||||
Task AdjustSeatsAsync(Guid organizationId, int seatAdjustment);
|
||||
Task<Tuple<Organization, OrganizationUser>> SignUpAsync(OrganizationSignup organizationSignup);
|
||||
|
||||
Reference in New Issue
Block a user