Allow filtering of invoices over storeid and status

This commit is contained in:
nicolas.dorier
2017-12-03 23:35:52 +09:00
parent 6f2534ba82
commit 741915b1f8
8 changed files with 89 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ namespace BTCPayServer.Models.StoreViewModels
{
public class StoreViewModel
{
public string Id { get; set; }
[Display(Name = "Store Name")]
[Required]
[MaxLength(50)]