mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
9 lines
226 B
C#
9 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; }
|
|
}
|
|
}
|