mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Refactor payouts processing (#6314)
This commit is contained in:
@@ -78,7 +78,7 @@ namespace BTCPayServer.Models
|
||||
public bool IsPending { get; set; }
|
||||
public decimal AmountCollected { get; set; }
|
||||
public decimal AmountDue { get; set; }
|
||||
public decimal ClaimedAmount { get; set; }
|
||||
public decimal? ClaimedAmount { get; set; }
|
||||
public decimal MinimumClaim { get; set; }
|
||||
public string Destination { get; set; }
|
||||
public decimal Amount { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user