Adding Reference Number to Payment Requests

This commit is contained in:
rockstardev
2025-03-28 22:55:13 -05:00
committed by nicolas.dorier
parent 92e7c7a5f9
commit d2debaa842
5 changed files with 26 additions and 7 deletions

View File

@@ -37,6 +37,8 @@ namespace BTCPayServer.Client.Models
public string Title { get; set; }
public string Description { get; set; }
public string Email { get; set; }
// Allow payment requests to be linked to invoices outside BTCPay Server using Reference Number
public string ReferenceNumber { get; set; }
public bool AllowCustomPaymentAmounts { get; set; }
[JsonConverter(typeof(StringEnumConverter))]