Sha256: fe4f0803fc5d4b7097c3f3b3dc856aeff68d3a31eece67133b495f2dfc2d3691

Contents?: true

Size: 512 Bytes

Versions: 4

Compression:

Stored size: 512 Bytes

Contents

# Plaid::LoanFilter

## 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::LoanFilter.new(
  account_subtypes: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/LoanFilter.md
plaid-14.0.0.beta.3 docs/LoanFilter.md
plaid-14.0.0.beta.2 docs/LoanFilter.md
plaid-14.0.0.beta.1 docs/LoanFilter.md