namespace BTCPayServer.Plugins.FixedFloat { public class UpdateFixedFloatSettingsViewModel { public bool Enabled { get; set; } public string StoreName { get; set; } } }