mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
9 lines
195 B
C#
9 lines
195 B
C#
namespace BTCPayServer.Plugins.SideShift
|
|
{
|
|
public class UpdateSideShiftSettingsViewModel
|
|
{
|
|
public bool Enabled { get; set; }
|
|
public string StoreName { get; set; }
|
|
}
|
|
}
|