Displaying NetworkFee if it was present for the invoice

This commit is contained in:
rockstardev
2021-07-06 00:18:14 +02:00
committed by Andrew Camilleri
parent f1a222fbb3
commit edc9429e84
2 changed files with 18 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ namespace BTCPayServer.Models.InvoicingModels
public bool Replaced { get; set; }
public BitcoinLikePaymentData CryptoPaymentData { get; set; }
public string AdditionalInformation { get; set; }
public decimal NetworkFee { get; set; }
}
public class OffChainPaymentViewModel