We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1566127 + b6a76f8 commit e197c18Copy full SHA for e197c18
src/NoFrixion.MoneyMoov/Models/Payruns/Payrun.cs
@@ -50,6 +50,8 @@ public class Payrun
50
public List<Payout>? Payouts { get; set; }
51
52
public List<PayrunPayment>? Payments { get; set; }
53
+
54
+ public bool IsArchived { get; set; }
55
56
public bool CanEdit => Status.CanEdit();
57
0 commit comments