mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Add invoice refund
This commit is contained in:
@@ -128,5 +128,6 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public Dictionary<string, object> PosData { get; set; }
|
||||
public List<PaymentEntity> Payments { get; set; }
|
||||
public bool Archived { get; set; }
|
||||
public bool CanRefund { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user