Can set LazyPaymentMethod at the invoice creation level

This commit is contained in:
nicolas.dorier
2023-04-24 23:58:58 +09:00
parent d8698181f4
commit bee18d1cfb
5 changed files with 10 additions and 12 deletions

View File

@@ -86,6 +86,7 @@ namespace BTCPayServer.Client.Models
public bool? RequiresRefundEmail { get; set; } = null;
public string DefaultLanguage { get; set; }
public CheckoutType? CheckoutType { get; set; }
public bool? LazyPaymentMethods { get; set; }
}
}
public class InvoiceData : InvoiceDataBase