@using BTCPayServer.Client.Models @model (InvoiceDetailsModel Invoice, bool ShowAddress) @{ var invoice = Model.Invoice; } @inject PaymentMethodHandlerDictionary PaymentMethodHandlerDictionary
Payment method | @if (Model.ShowAddress) {Address | }Rate | Paid | Due | @if (invoice.StatusException == InvoiceExceptionStatus.PaidOver) {Overpaid | }
---|---|---|---|---|---|
@payment.PaymentMethod | @if (Model.ShowAddress) {@payment.Address | }@payment.Rate | @payment.Paid | @payment.Due | @if (invoice.StatusException == InvoiceExceptionStatus.PaidOver) {@payment.Overpaid | }