@model BTCPayServer.Models.PaymentRequestViewModels.ViewPaymentRequestViewModel
Request amount: | @Model.AmountFormatted |
Paid so far: | @Model.AmountCollectedFormatted |
Amount due: | @Model.AmountDueFormatted |
Invoice # | Price | Expiry | Status | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No payments made yet | |||||||||||||
@invoice.Id | @invoice.Amount @invoice.Currency | @invoice.ExpiryDate.ToString("g") | @invoice.Status | ||||||||||
|
|||||||||||||
@if (Model.AllowCustomPaymentAmounts && !Model.AnyPendingInvoice) { } else { Pay now if (Model.AnyPendingInvoice && !Model.PendingInvoiceHasPayments) { } } | |||||||||||||