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.
1 parent 81a2fbc commit d4b0500Copy full SHA for d4b0500
src/NoFrixion.MoneyMoov/Models/Account/PaymentAccount.cs
@@ -215,4 +215,10 @@ public string Summary
215
/// The list of rules associated with this account.
216
/// </summary>
217
public List<RuleMinimal> Rules { get; set; } = [];
218
+
219
+ /// <summary>
220
+ /// Indicates whether the account is archived. Archived accounts are not displayed in the UI.
221
+ /// If an account receives a payment it will be automatically unarchived.
222
+ /// </summary>
223
+ public bool IsArchived { get; set; }
224
}
0 commit comments