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

9 lines
197 B
C#

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