Skip to content

Commit

Permalink
Merge pull request #460 from nofrixion/feature/MOOV-3929-rules-handle…
Browse files Browse the repository at this point in the history
…-multiple-authorisers

Add `AuthorisedAt` to `Rule` object
  • Loading branch information
Publicker authored Nov 18, 2024
2 parents 9eb2537 + 92f7b9d commit ad36ff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/NoFrixion.MoneyMoov/Models/Rules/Rule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ public class Rule : IValidatableObject, IWebhookPayload
public User? CreatedBy { get; set; } = null!;

public User? AuthorisedBy { get; set; }


public DateTimeOffset? AuthorisedAt { get; set; }

public PaymentAccount? Account { get; set; } = null!;

/// <summary>
Expand Down

0 comments on commit ad36ff6

Please sign in to comment.