mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
add status and refactor
This commit is contained in:
@@ -9,6 +9,10 @@ namespace BTCPayServer.Client.Models
|
||||
public class InvoiceData : CreateInvoiceRequest
|
||||
{
|
||||
public string Id { get; set; }
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public InvoiceStatus Status { get; set; }
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public InvoiceExceptionStatus ExceptionStatus { get; set; }
|
||||
public Dictionary<string, PaymentMethodDataModel> PaymentMethodData { get; set; }
|
||||
|
||||
public class PaymentMethodDataModel
|
||||
|
||||
Reference in New Issue
Block a user