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