Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.AOPP/AOPPSettings.cs
2023-01-16 13:13:18 +01:00

8 lines
124 B
C#

namespace BTCPayServer.Plugins.AOPP
{
public class AOPPSettings
{
public bool Enabled { get; set; }
}
}