Add taxIncluded field in invoice

This commit is contained in:
nicolas.dorier
2019-01-24 20:53:29 +09:00
parent 37e6931d33
commit 24c8c076d5
6 changed files with 30 additions and 3 deletions

View File

@@ -90,6 +90,12 @@ namespace BTCPayServer.Models
get; set;
}
[JsonProperty("taxIncluded", DefaultValueHandling = DefaultValueHandling.Ignore)]
public decimal TaxIncluded
{
get; set;
}
//"currency":"USD"
[JsonProperty("currency")]
public string Currency