[Features] Subscriptions

This commit is contained in:
nicolas.dorier
2025-08-27 12:08:58 +09:00
parent ff02c0f5d7
commit b1cba47adf
95 changed files with 9671 additions and 296 deletions

View File

@@ -0,0 +1,8 @@
namespace BTCPayServer.Client.Models;
public class CustomerModel
{
public string StoreId { get; set; }
public string Id { get; set; }
public string ExternalId { get; set; }
}