# Plaid::InvestmentFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_subtypes** | [**Array<AccountSubtype>**](AccountSubtype.md) | An array of account subtypes to display in Link. If not specified, all account subtypes will be shown. For a full list of valid types and subtypes, see the [Account schema](/docs/api/accounts#accounts-schema). | | ## Example ```ruby require 'plaid' instance = Plaid::InvestmentFilter.new( account_subtypes: null ) ```