Point of Sale support free entry

This commit is contained in:
nicolas.dorier
2018-04-26 22:09:18 +09:00
parent 82d8fda05f
commit 4f9e4116a2
7 changed files with 54 additions and 16 deletions

View File

@@ -18,6 +18,8 @@ namespace BTCPayServer.Models.AppViewModels
public ItemPrice Price { get; set; }
public string Title { get; set; }
}
public bool ShowCustomAmount { get; set; }
public string Step { get; set; }
public string Title { get; set; }
public Item[] Items { get; set; }
}