mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
10 lines
226 B
C#
10 lines
226 B
C#
namespace BTCPayServer.Models
|
|
{
|
|
public class SetupBoltcardViewModel
|
|
{
|
|
public string ReturnUrl { get; set; }
|
|
public string WebsocketPath { get; set; }
|
|
public string Command { get; set; }
|
|
}
|
|
}
|