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

9 lines
195 B
C#

namespace BTCPayServer.Plugins.SideShift
{
public class UpdateSideShiftSettingsViewModel
{
public bool Enabled { get; set; }
public string StoreName { get; set; }
}
}