Support for displaying fiat value of invoice

This commit is contained in:
rockstardev
2018-05-09 22:39:13 -05:00
parent 70c98b6901
commit be1128a886
3 changed files with 14 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ namespace BTCPayServer.Models.InvoicingModels
public string ItemDesc { get; set; }
public string TimeLeft { get; set; }
public string Rate { get; set; }
public string FiatDue { get; set; }
public string OrderAmount { get; set; }
public string InvoiceBitcoinUrl { get; set; }
public string InvoiceBitcoinUrlQR { get; set; }