mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Archive Invoice
This commit is contained in:
@@ -127,5 +127,6 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public string NotificationEmail { get; internal set; }
|
||||
public Dictionary<string, object> PosData { get; set; }
|
||||
public List<PaymentEntity> Payments { get; set; }
|
||||
public bool Archived { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user