Add ability to add description to pull payment (#3363)

* Add ability to add description to pull payment

close #2625

* Add API support

* Remove 'Model.Description != "<br>"'
This commit is contained in:
Umar Bolatov
2022-02-09 21:54:00 -08:00
committed by GitHub
parent da9a6b835a
commit f06199230c
14 changed files with 66 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ namespace BTCPayServer.Client.Models
public DateTimeOffset? ExpiresAt { get; set; }
public string Id { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public string Currency { get; set; }
[JsonConverter(typeof(NumericStringJsonConverter))]
public decimal Amount { get; set; }