namespace Hutopy.Modules.Tipping.Contracts; public interface ITipPaymentNotifier { Task NotifyPaymentSucceedAsync( string stripeId, string invoiceUrl, string customerEmail, CancellationToken ct); }