Add ability to specify default payment method through Greenfield API

This commit is contained in:
Umar Bolatov
2021-08-29 15:54:54 -07:00
committed by Andrew Camilleri
parent 809340e629
commit 5cba59932b
4 changed files with 8 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ namespace BTCPayServer.Client.Models
public SpeedPolicy? SpeedPolicy { get; set; }
public string[] PaymentMethods { get; set; }
public string DefaultPaymentMethod { get; set; }
[JsonConverter(typeof(TimeSpanJsonConverter.Minutes))]
[JsonProperty("expirationMinutes")]