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

9 lines
185 B
C#

namespace BTCPayServer.Plugins.AOPP
{
public class UpdateAOPPSettingsViewModel
{
public bool Enabled { get; set; }
public string StoreName { get; set; }
}
}