mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Addressing PR review issues
This commit is contained in:
committed by
nicolas.dorier
parent
586a952480
commit
c3998fdf34
@@ -37,8 +37,10 @@ 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; }
|
||||
/// <summary>
|
||||
/// Linking to invoices outside BTCPay Server using & user defined ids
|
||||
/// </summary>
|
||||
public string ReferenceId { get; set; }
|
||||
public bool AllowCustomPaymentAmounts { get; set; }
|
||||
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
|
||||
Reference in New Issue
Block a user