namespace BTCPayServer.Client.Models { public class StoreData { /// /// the id of the store /// public string Id { get; set; } /// /// the name of the store /// public string Name { get; set; } } }