Sha256: ff32349ccf712fef50fa209edf63e208d19851dde5baf1237f732996000c96b2
Contents?: true
Size: 524 Bytes
Versions: 4
Compression:
Stored size: 524 Bytes
Contents
# 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 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/InvestmentFilter.md |
plaid-14.0.0.beta.3 | docs/InvestmentFilter.md |
plaid-14.0.0.beta.2 | docs/InvestmentFilter.md |
plaid-14.0.0.beta.1 | docs/InvestmentFilter.md |