mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2026-02-06 00:15:01 +01:00
7 lines
109 B
C#
7 lines
109 B
C#
namespace BTCPayServer.Plugins.Subscriptions;
|
|
|
|
public enum SubscriptionStatus
|
|
{
|
|
Active,
|
|
Inactive
|
|
} |