Skip to content

Commit

Permalink
✨ MOOV-3637: Add IsArchived flag to the payrun model
Browse files Browse the repository at this point in the history
  • Loading branch information
agranillonf committed Sep 13, 2024
1 parent 8302866 commit b6a76f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NoFrixion.MoneyMoov/Models/Payruns/Payrun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public class Payrun
public List<Payout>? Payouts { get; set; }

public List<PayrunPayment>? Payments { get; set; }

public bool IsArchived { get; set; }

public bool CanEdit => Status.CanEdit();

Expand Down

0 comments on commit b6a76f8

Please sign in to comment.