mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Add ability to specify default payment method through Greenfield API
This commit is contained in:
committed by
Andrew Camilleri
parent
809340e629
commit
5cba59932b
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user