namespace BTCPayServer.Client.Models { public class CreateAppRequest { public string StoreId { get; set; } public string AppName { get; set; } public string AppType { get; set; } } }