12 lines
No EOL
278 B
C#
12 lines
No EOL
278 B
C#
using BTCPayServer.Payments;
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
namespace BTCPayServer.Plugins.Monero.Payments
|
|
{
|
|
public class MoneroPaymentPromptDetails
|
|
{
|
|
public long AccountIndex { get; set; }
|
|
public long? InvoiceSettledConfirmationThreshold { get; set; }
|
|
}
|
|
} |