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