mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 23:54:26 +01:00
9 lines
209 B
C#
9 lines
209 B
C#
#nullable enable
|
|
namespace BTCPayServer.Plugins.Breez;
|
|
|
|
public class BreezSettings
|
|
{
|
|
public string InviteCode { get; set; }
|
|
public string Mnemonic { get; set; }
|
|
public string ApiKey { get; set; }
|
|
} |