mirror of
https://github.com/aljazceru/btcpayserver-breez-nodeless-spark.git
synced 2025-12-18 01:34:18 +01:00
first commit
This commit is contained in:
10
BTCPayServer.Plugins.Breez/InvoiceRecord.cs
Normal file
10
BTCPayServer.Plugins.Breez/InvoiceRecord.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using BTCPayServer.Lightning;
|
||||
|
||||
namespace BTCPayServer.Plugins.Breez;
|
||||
|
||||
public class InvoiceRecord
|
||||
{
|
||||
public string PaymentHash { get; set; } = string.Empty;
|
||||
public string Bolt11 { get; set; } = string.Empty;
|
||||
public LightMoney Amount { get; set; } = LightMoney.Zero;
|
||||
}
|
||||
Reference in New Issue
Block a user