Added field "StoreId" to a Payment Request in Greenfield

This commit is contained in:
Wouter Samaey
2021-12-21 10:51:15 +01:00
committed by Andrew Camilleri
parent 9843f66bb6
commit f63a9ed1a0
4 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ namespace BTCPayServer.Client.Models
{
public class PaymentRequestBaseData
{
public string StoreId { get; set; }
[JsonProperty(ItemConverterType = typeof(NumericStringJsonConverter))]
public decimal Amount { get; set; }
public string Currency { get; set; }