Skip to content

Commit e197c18

Browse files
authored
Merge pull request #413 from nofrixion/feature/MOOV-3637-payrun-archive
MOOV-3637: Add IsArchived flag to the payrun model
2 parents 1566127 + b6a76f8 commit e197c18

File tree

1 file changed

+2
-0
lines changed
  • src/NoFrixion.MoneyMoov/Models/Payruns

1 file changed

+2
-0
lines changed

src/NoFrixion.MoneyMoov/Models/Payruns/Payrun.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public class Payrun
5050
public List<Payout>? Payouts { get; set; }
5151

5252
public List<PayrunPayment>? Payments { get; set; }
53+
54+
public bool IsArchived { get; set; }
5355

5456
public bool CanEdit => Status.CanEdit();
5557

0 commit comments

Comments
 (0)