mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
process credit from ipn
This commit is contained in:
@@ -17,6 +17,7 @@ namespace Bit.Core.Services
|
||||
Task ReinstateSubscriptionAsync(ISubscriber subscriber);
|
||||
Task<bool> UpdatePaymentMethodAsync(ISubscriber subscriber, PaymentMethodType paymentMethodType,
|
||||
string paymentToken);
|
||||
Task<bool> CreditAccountAsync(ISubscriber subscriber, decimal creditAmount);
|
||||
Task<BillingInfo> GetBillingAsync(ISubscriber subscriber);
|
||||
Task<SubscriptionInfo> GetSubscriptionAsync(ISubscriber subscriber);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user