add coinswitch shitcoin tax

This commit is contained in:
Kukks
2019-03-31 18:55:14 +02:00
parent ad0edb5f4c
commit 6db9061dd1
7 changed files with 18 additions and 3 deletions

View File

@@ -66,5 +66,6 @@ namespace BTCPayServer.Models.InvoicingModels
public string CoinSwitchMode { get; set; }
public string CoinSwitchMerchantId { get; set; }
public string RootPath { get; set; }
public decimal CoinSwitchAmountMarkupPercentage { get; set; }
}
}