Greenfield: Expose Payment method criteria

This commit is contained in:
Kukks
2023-01-23 13:51:00 +01:00
parent ff71caa47e
commit c553dc02a9
4 changed files with 88 additions and 2 deletions

View File

@@ -63,6 +63,9 @@ namespace BTCPayServer.Client.Models
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public NetworkFeeMode NetworkFeeMode { get; set; } = NetworkFeeMode.Never;
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<PaymentMethodCriteriaData> PaymentMethodCriteria { get; set; }
public bool PayJoinEnabled { get; set; }
public InvoiceData.ReceiptOptions Receipt { get; set; }