mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Displaying NetworkFee if it was present for the invoice
This commit is contained in:
committed by
Andrew Camilleri
parent
f1a222fbb3
commit
edc9429e84
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user