mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
[Features] Subscriptions
This commit is contained in:
8
BTCPayServer.Client/Models/CustomerModel.cs
Normal file
8
BTCPayServer.Client/Models/CustomerModel.cs
Normal 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; }
|
||||
}
|
||||
Reference in New Issue
Block a user