Enhance Invoice Events

This commit is contained in:
Kukks
2019-01-06 10:12:45 +01:00
parent 88150b6535
commit 5076d73695
9 changed files with 50 additions and 28 deletions

View File

@@ -40,6 +40,12 @@ namespace BTCPayServer.Models
//{"facade":"pos/invoice","data":{,}}
public class InvoiceResponse
{
[JsonIgnore]
public string StoreId
{
get; set;
}
//"url":"https://test.bitpay.com/invoice?id=9saCHtp1zyPcNoi3rDdBu8"
[JsonProperty("url")]
public string Url