Enumeration
Account.AccountExclusion
public enum AccountExclusion
Indicates which features an account should be excluded from.
Relationships
Member Of
Account
An account could either be a debit account, a credit card, a loan or mortgage.
Enumeration Cases
aggregation
case aggregation
No data will be aggregated for this account and, all data associated with the account is removed (except account name and account number).
pfmAndSearch
case pfmAndSearch
Personal Finance Management Features are excluded, and transactions belonging to this account are not searchable. This is the equivalent of the, now deprecated, boolean flag excluded
.
pfmData
case pfmData
Personal Finance Management Features, like statistics and activities are excluded.
unknown
case unknown