mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
payment service support for iap
This commit is contained in:
@ -19,7 +19,7 @@ namespace Bit.Core.Services
|
||||
Task CancelSubscriptionAsync(ISubscriber subscriber, bool endOfPeriod = false);
|
||||
Task ReinstateSubscriptionAsync(ISubscriber subscriber);
|
||||
Task<bool> UpdatePaymentMethodAsync(ISubscriber subscriber, PaymentMethodType paymentMethodType,
|
||||
string paymentToken);
|
||||
string paymentToken, bool allowInAppPurchases = false);
|
||||
Task<bool> CreditAccountAsync(ISubscriber subscriber, decimal creditAmount);
|
||||
Task<BillingInfo> GetBillingAsync(ISubscriber subscriber);
|
||||
Task<SubscriptionInfo> GetSubscriptionAsync(ISubscriber subscriber);
|
||||
|
Reference in New Issue
Block a user