Support Topup Invoices in Apps

This commit is contained in:
Kukks
2021-10-08 13:11:00 +02:00
committed by Andrew Camilleri
parent 9df4429fc2
commit 7d2aa28e1f
12 changed files with 129 additions and 89 deletions

View File

@@ -17,7 +17,7 @@ namespace BTCPayServer.Models.AppViewModels
public string Image { get; set; }
public ItemPrice Price { get; set; }
public string Title { get; set; }
public bool Custom { get; set; }
public string Custom { get; set; }
public string BuyButtonText { get; set; }
public int? Inventory { get; set; } = null;
public string[] PaymentMethods { get; set; }