Greenfield: Invoices Payment Methods: Additional Data

closes #3154
This commit is contained in:
Kukks
2022-02-07 09:39:48 +01:00
committed by Andrew Camilleri
parent 631ddc0af2
commit 1c5cf29540
10 changed files with 36 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ namespace BTCPayServer.Client.Models
public string PaymentMethod { get; set; }
public string CryptoCode { get; set; }
public Dictionary<string, object> AdditionalData { get; set; }
public class Payment
{