Extracting transaction string and supporting plural form

This commit is contained in:
lepipele
2018-04-13 14:10:06 -05:00
parent 2e2c3cdec4
commit 203c28df3d
4 changed files with 16 additions and 8 deletions

View File

@@ -43,7 +43,8 @@ namespace BTCPayServer.Models.InvoicingModels
public string OrderId { get; set; }
public string CryptoImage { get; set; }
public string NetworkFeeDescription { get; internal set; }
public decimal NetworkFee { get; set; }
public bool IsMultiCurrency { get; set; }
public int MaxTimeMinutes { get; internal set; }
public string PaymentType { get; internal set; }
public string PaymentMethodId { get; internal set; }