btcpayserver/BTCPayServer/Models/SetupBoltcardViewModel.cs

10 lines
226 B
C#
Raw Normal View History

namespace BTCPayServer.Models
{
public class SetupBoltcardViewModel
{
public string ReturnUrl { get; set; }
public string WebsocketPath { get; set; }
public string Command { get; set; }
}
}