Sha256: 531730cdeeb5873f018988b987c2d7ffe397ddf31fc9200759982d249fb55e8f
Contents?: true
Size: 516 Bytes
Versions: 4
Compression:
Stored size: 516 Bytes
Contents
# Plaid::CreditFilter ## 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::CreditFilter.new( account_subtypes: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/CreditFilter.md |
plaid-14.0.0.beta.3 | docs/CreditFilter.md |
plaid-14.0.0.beta.2 | docs/CreditFilter.md |
plaid-14.0.0.beta.1 | docs/CreditFilter.md |