Add invoice refund

This commit is contained in:
nicolas.dorier
2020-06-24 17:51:00 +09:00
parent d03124dfba
commit 5e8b379c50
21 changed files with 1731 additions and 52 deletions

View File

@@ -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; }
}
}