mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
7 lines
109 B
C#
7 lines
109 B
C#
namespace BTCPayServer.Plugins.Subscriptions;
|
|
|
|
public enum SubscriptionStatus
|
|
{
|
|
Active,
|
|
Inactive
|
|
} |