Init
This commit is contained in:
10
NostrStreamer/Database/Payment.cs
Normal file
10
NostrStreamer/Database/Payment.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace NostrStreamer.Database;
|
||||
|
||||
public class Payment
|
||||
{
|
||||
public string PubKey { get; init; } = null!;
|
||||
|
||||
public string Invoice { get; init; } = null!;
|
||||
|
||||
public bool IsPaid { get; init; }
|
||||
}
|
Reference in New Issue
Block a user