Archive Invoice

This commit is contained in:
Kukks
2020-05-07 12:50:07 +02:00
parent 137c3ef2ce
commit e5a3ef3e22
9 changed files with 107 additions and 7 deletions

View File

@@ -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; }
}
}