namespace BTCPayServer.Client.Models { public abstract class StoreBaseData { /// /// the name of the store /// public string Name { get; set; } } }