Refactor the InvoiceAddresses table (#6232)

This commit is contained in:
Nicolas Dorier
2024-09-19 22:15:02 +09:00
committed by GitHub
parent df651a2157
commit ba2301ebfe
20 changed files with 135 additions and 126 deletions

View File

@@ -26,7 +26,6 @@ namespace BTCPayServer.Data
public string ExceptionStatus { get; set; }
public List<AddressInvoiceData> AddressInvoices { get; set; }
public bool Archived { get; set; }
public List<PendingInvoiceData> PendingInvoices { get; set; }
public List<InvoiceSearchData> InvoiceSearchData { get; set; }
public List<RefundData> Refunds { get; set; }