Sha256: d4577d43f390ed394b1ecfdc4a34b379d728451659de28f24efa6e3d476af620
Contents?: true
Size: 652 Bytes
Versions: 4
Compression:
Stored size: 652 Bytes
Contents
# Plaid::InstitutionsSearchAccountFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **loan** | [**Array<AccountSubtype>**](AccountSubtype.md) | | [optional] | | **depository** | [**Array<AccountSubtype>**](AccountSubtype.md) | | [optional] | | **credit** | [**Array<AccountSubtype>**](AccountSubtype.md) | | [optional] | | **investment** | [**Array<AccountSubtype>**](AccountSubtype.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::InstitutionsSearchAccountFilter.new( loan: null, depository: null, credit: null, investment: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems