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