mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Adding Reference Number to Payment Requests
This commit is contained in:
committed by
nicolas.dorier
parent
92e7c7a5f9
commit
d2debaa842
@@ -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))]
|
||||
|
||||
Reference in New Issue
Block a user