mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
committed by
Rockstar Developer
parent
358f1ffc43
commit
3fdfd0adfd
@@ -140,6 +140,7 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
|
||||
public string Id { get; set; }
|
||||
public DateTime ExpiryDate { get; set; }
|
||||
public decimal Amount { get; set; }
|
||||
public string AmountFormatted { get; set; }
|
||||
public string Status { get; set; }
|
||||
|
||||
public List<PaymentRequestInvoicePayment> Payments { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user