mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Improve doc of payment requests
This commit is contained in:
@@ -9,9 +9,21 @@ namespace BTCPayServer.Client.Models
|
||||
{
|
||||
public enum PaymentRequestStatus
|
||||
{
|
||||
/// <summary>
|
||||
/// Not enough has been paid or settled
|
||||
/// </summary>
|
||||
Pending,
|
||||
/// <summary>
|
||||
/// Paid and fully settled
|
||||
/// </summary>
|
||||
Completed,
|
||||
/// <summary>
|
||||
/// Expired before full settlement
|
||||
/// </summary>
|
||||
Expired,
|
||||
/// <summary>
|
||||
/// Paid enough, awaiting full settlement
|
||||
/// </summary>
|
||||
Processing,
|
||||
}
|
||||
public class PaymentRequestBaseData
|
||||
|
||||
Reference in New Issue
Block a user